1.. _undoc:
2
3********************
4Undocumented Modules
5********************
6
7Here's a quick listing of modules that are currently undocumented, but that
8should be documented.  Feel free to contribute documentation for them!  (Send
9via email to docs@python.org.)
10
11The idea and original contents for this chapter were taken from a posting by
12Fredrik Lundh; the specific contents of this chapter have been substantially
13revised.
14
15
16Platform specific modules
17=========================
18
19These modules are used to implement the :mod:`os.path` module, and are not
20documented beyond this mention.  There's little need to document these.
21
22:mod:`ntpath`
23   --- Implementation of :mod:`os.path` on Win32 and Win64 platforms.
24
25:mod:`posixpath`
26   --- Implementation of :mod:`os.path` on POSIX.
27