This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author JelleZijlstra
Recipients JelleZijlstra, ethan.furman
Date 2016-06-05.17:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This patch adds a number of os.fspath calls to the posixpath.py module. I didn't duplicate all tests to check PathLike objects in addition str/bytes, because that seemed excessive. Instead I tried to ensure that each function has at least one test checking that it accepts PathLike objects.
History
Date User Action Args
2016-06-05 17:45:54JelleZijlstrasetrecipients: + JelleZijlstra, ethan.furman
2016-06-05 17:45:53JelleZijlstrasetmessageid: <[email protected]>
2016-06-05 17:45:53JelleZijlstralinkissue27231 messages
2016-06-05 17:45:53JelleZijlstracreate