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 barry
Recipients barry, georg.brandl, pitrou
Date 2014-10-06.16:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141006120113.7a62b2e0@anarchist.wooz.org>
In-reply-to <1412610226.61.0.834345839789.issue22570@psf.upfronthosting.co.za>
Content
On Oct 06, 2014, at 03:43 PM, Georg Brandl wrote:

>I'd rather write str(path) all over the place than having to look up in the
>docs each time if that specific API happens to support passing Paths
>directly.

Have you tried to write a large-ish application using path objects?
str-infection is definitely a disincentive to using pathlib. :/
History
Date User Action Args
2014-10-06 16:01:25barrysetrecipients: + barry, georg.brandl, pitrou
2014-10-06 16:01:25barrylinkissue22570 messages
2014-10-06 16:01:25barrycreate