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