python: cross-platform?

Johann programisci at NOSPAM.murator.com.pl
Wed May 8 07:21:26 EDT 2002


On Tue, 07 May 2002 09:12:59 -0700 (PDT), "Sean 'Shaleh' Perry"
<shalehperry at attbi.com> wrote:

>An important thing to remember is file paths change on each OS.  

You do not need to remeber it if you will use non-os-dependent
functions of os library rather than os.path:

import os
print os.sep, os.curdir, os.pardir, os.pathsep

--
Johann



More information about the Python-list mailing list