Antoine Pitrou added the comment:

> 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 :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to