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 eli.bendersky
Recipients eli.bendersky, larry, neologix, pitrou, python-dev
Date 2013-11-24.18:39:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385318382.17.0.335860847496.issue19673@psf.upfronthosting.co.za>
In-reply-to
Content
It's just a matter of looking for a familiar pattern while going over an unfamiliar doc page, I guess. I'll give it a try and see if it helps.

Another question: What is the real purpose of pure paths? One thing I see is using them to, say, manipulate Windows paths on a Posix machine for some reason. Any others? Could this also be achieved with just having Paths?

[sorry for coming long after the party ended; my motivation here is mainly curiosity - maybe by looking at it from a newbie point of view I can improve the documentation in a way that will be friendlier for people unfamiliar with the new library]
History
Date User Action Args
2013-11-24 18:39:42eli.benderskysetrecipients: + eli.bendersky, pitrou, larry, neologix, python-dev
2013-11-24 18:39:42eli.benderskysetmessageid: <1385318382.17.0.335860847496.issue19673@psf.upfronthosting.co.za>
2013-11-24 18:39:42eli.benderskylinkissue19673 messages
2013-11-24 18:39:41eli.benderskycreate