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