37.Undocumented Modules

Here’s a quick listing of modules that are currently undocumented, but thatshould be documented. Feel free to contribute documentation for them! (Sendvia email todocs@python.org.)

The idea and original contents for this chapter were taken from a posting byFredrik Lundh; the specific contents of this chapter have been substantiallyrevised.

37.1.Platform specific modules

These modules are used to implement theos.path module, and are notdocumented beyond this mention. There’s little need to document these.

ntpath

— Implementation ofos.path on Win32 and Win64 platforms.

posixpath

— Implementation ofos.path on POSIX.