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 steve.dower
Recipients berker.peksag, brett.cannon, ethan.furman, jtf621, r.david.murray, serhiy.storchaka, steve.dower
Date 2017-01-30.19:09:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485803369.4.0.0362124688207.issue28231@psf.upfronthosting.co.za>
In-reply-to
Content
Speaking as a "regular user" who just ran into this, my main concern is that PathLike paths get used properly. For filenames being passed back out, if I really want them to be Path objects, I'll wrap them in Path() anyway.

Please don't let a full conversion to pathlib hold up fixing passing a PathLike into the constructor. That's the main use case, and given how nicely most of the rest of the stdlib handles Path objects now, it's an annoying wart.
History
Date User Action Args
2017-01-30 19:09:29steve.dowersetrecipients: + steve.dower, brett.cannon, r.david.murray, ethan.furman, berker.peksag, serhiy.storchaka, jtf621
2017-01-30 19:09:29steve.dowersetmessageid: <1485803369.4.0.0362124688207.issue28231@psf.upfronthosting.co.za>
2017-01-30 19:09:29steve.dowerlinkissue28231 messages
2017-01-30 19:09:29steve.dowercreate