Module macurl2path
[hide private]
[frames] | no frames]

Module macurl2path

Macintosh-specific module for conversion between pathnames and URLs.

Do not import directly; use urllib instead.

Functions [hide private]
 
url2pathname(pathname)
OS-specific conversion from a relative URL of the 'file' scheme to a file system path; not recommended for general use.
 
pathname2url(pathname)
OS-specific conversion from a file system path to a relative URL of the 'file' scheme; not recommended for general use.
 
_pncomp2url(component)
 
test()

Imports: urllib, os