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 pitrou
Recipients eli.bendersky, larry, neologix, pitrou, python-dev
Date 2013-11-24.18:55:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385319355.2303.3.camel@fsol>
In-reply-to <1385318382.17.0.335860847496.issue19673@psf.upfronthosting.co.za>
Content
> 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.

Yes. Also, if some reason you want to be sure you're only doing path
computations, not I/O.

> Any others? Could this also be achieved with just having Paths?

I don't see how having just Paths would achieve this, unless you think
it's sane to pretend to walk a Windows directory under Unix :-)
History
Date User Action Args
2013-11-24 18:55:57pitrousetrecipients: + pitrou, larry, eli.bendersky, neologix, python-dev
2013-11-24 18:55:57pitroulinkissue19673 messages
2013-11-24 18:55:56pitroucreate