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 georg.brandl
Recipients barry, brett.cannon, cool-RR, ezio.melotti, georg.brandl, pitrou, r.david.murray, tshepang
Date 2014-10-16.18:53:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413485596.97.0.849121476058.issue22570@psf.upfronthosting.co.za>
In-reply-to
Content
> Making old functions support `Path` sounds trivial to me

We're looking forward to trivial patches that enable Path handling consistently throughout the stdlib.

> Fine, so you add an `if isinstance...` in front of it and you're done.

Easier said than done in C modules.
History
Date User Action Args
2014-10-16 18:53:17georg.brandlsetrecipients: + georg.brandl, barry, brett.cannon, pitrou, ezio.melotti, r.david.murray, cool-RR, tshepang
2014-10-16 18:53:16georg.brandlsetmessageid: <1413485596.97.0.849121476058.issue22570@psf.upfronthosting.co.za>
2014-10-16 18:53:16georg.brandllinkissue22570 messages
2014-10-16 18:53:16georg.brandlcreate