19.3 Platform specific modules

These modules are used to implement the os.path module, and are not documented beyond this mention.

dospath.py
-- implementation of os.path on MS-DOS

ntpath.py
-- implementation on os.path on 32-bit Windows

posixpath.py
-- implementation on os.path on POSIX


Send comments on this document to python-docs@python.org.