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 eric.araujo
Recipients eric.araujo, hynek, jcea, mrts, neologix, petri.lehtinen, pitrou, rosslagerwall, schmir, tarek, teamnoir
Date 2012-01-09.16:40:01
SpamBayes Score 0.0026365845
Marked as misclassified No
Message-id <1326127202.41.0.40656725109.issue4489@psf.upfronthosting.co.za>
In-reply-to
Content
In case you want opinions on pathlib: I, for one, disliked Jason Orendorff’s path module, because it did not distinguish between pure string operations and I/O-inducing operations, and also because it duplicated os/os.path functions.  Your API doesn’t have these issues, so for my taste it’s conceptually better.  I should clone your repo and play with the module a bit to see if I like it.
History
Date User Action Args
2012-01-09 16:40:02eric.araujosetrecipients: + eric.araujo, jcea, pitrou, schmir, tarek, mrts, neologix, teamnoir, rosslagerwall, petri.lehtinen, hynek
2012-01-09 16:40:02eric.araujosetmessageid: <1326127202.41.0.40656725109.issue4489@psf.upfronthosting.co.za>
2012-01-09 16:40:01eric.araujolinkissue4489 messages
2012-01-09 16:40:01eric.araujocreate