Use PosixPath arguments with os.remove()
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Nov 2020 16:48:25 +0000 (16:48 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 1 Nov 2020 16:48:25 +0000 (16:48 +0000)
Starting with Python 3.6, it's possible to pass a PosixPath to the
os.remove function instead of having to use the .name attribute.


No differences found