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 brett.cannon
Recipients barry, brett.cannon, georg.brandl, pitrou, r.david.murray
Date 2014-10-07.13:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412689437.48.0.0502399005471.issue22570@psf.upfronthosting.co.za>
In-reply-to
Content
I think I'm missing something here because the idea of doing `path = str(path)` at the API boundary for an old function to support both Path and str objects for paths seems fairly minimal. Only when manipulating a path is wanting a Path object going to come up, and in that case can't you just do `path = pathlib.Path(path)` instead?
History
Date User Action Args
2014-10-07 13:43:57brett.cannonsetrecipients: + brett.cannon, barry, georg.brandl, pitrou, r.david.murray
2014-10-07 13:43:57brett.cannonsetmessageid: <1412689437.48.0.0502399005471.issue22570@psf.upfronthosting.co.za>
2014-10-07 13:43:57brett.cannonlinkissue22570 messages
2014-10-07 13:43:57brett.cannoncreate