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