blob: 20830e29639694ef1115d1810be5869d135d9327 [file] [log] [blame]
Georg Brandl116aa622007-08-15 14:28:22 +00001.. _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
Georg Brandl116aa622007-08-15 14:28:22 +000016Platform 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`
Andrew Kuchling98f2bbf2014-03-01 07:53:28 -050023 --- Implementation of :mod:`os.path` on Win32, Win64, and WinCE platforms.
Georg Brandl116aa622007-08-15 14:28:22 +000024
25:mod:`posixpath`
26 --- Implementation of :mod:`os.path` on POSIX.