On 11/9/06, Greg Ewing <[EMAIL PROTECTED]> wrote:
> Talin wrote:
>  > I use 'posix' paths as my universal format.
>
> That assumes you can always distinguish a posix path from
> some other kind of path. That's not always the case,
> e.g. consider
>
>    /hello:wide/world
>
> Is that a posix path or not? It could be, but it could
> also be a classic MacOS pathname referring to a file
> called "wide/world" on a volume called "/hello".

The user will tell us what the source format is.    If they don't
know, they've got bigger problems than we can handle.  One can imagine
a guesspath() or any2posix() function, but I can't imagine it would be
widely used... or 100% correct.

-- 
Mike Orr <[EMAIL PROTECTED]>
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to