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)
commita75fa6326ef030ad1dbbe25171c75180f93e657c
tree5b3836fa47fb8cc050e3d8d4585671e6d9410a17
parent6f30c3687aa92729c549132b47825f1f9fedd6bd
Use PosixPath arguments with os.remove()

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.
mudpy/tests/selftest.py