Home | History | Annotate | Download | only in library
      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 (a] 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 
     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 and Win64 platforms.
     24 
     25 :mod:`posixpath`
     26    --- Implementation of :mod:`os.path` on POSIX.
     27