Brett Cannon wrote:

Depends if you use `/` or `\` as your path separator

Or whether your pathnames look entirely different, e.g VMS:

  device:[topdir.subdir.subsubdir]filename.ext;version

Pathnames are very much OS-dependent in both syntax *and* semantics.

Even the main two in use today (unix and windows) can't be
mapped directly onto each other, because windows has drive
letters and unix doesn't.

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to