The format of filename
Leif K-Brooks
eurleif at ecritters.biz
Tue Oct 24 10:49:55 EDT 2006
More information about the Python-list mailing list
Tue Oct 24 10:49:55 EDT 2006
- Previous message (by thread): FTP over TLS
- Next message (by thread): The format of filename
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Neil Cerutti wrote: > Where can I find documentation of what Python accepts as the > filename argument to the builtin function file? Python will accept whatever the OS accepts. > As an example, I'm aware (through osmosis?) that I can use '/' as > a directory separator in filenames on both Unix and Dos. But > where is this documented? It's documented in the OS's documentation. It can be queried with os.sep and os.altsep.
- Previous message (by thread): FTP over TLS
- Next message (by thread): The format of filename
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list