diff options
author | Guido van Rossum <guido@python.org> | 1997-04-03 23:49:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-03 23:49:28 (GMT) |
commit | 150853861a63ee0ea649e6d83f6ffff6524ae099 (patch) | |
tree | a2d21c63d80ddd93b481aec82b2592885625f753 /Doc/libundoc.tex | |
parent | fc5ee0f980396e62db15c1e0ea94a944e91c9739 (diff) | |
download | cpython-150853861a63ee0ea649e6d83f6ffff6524ae099.zip cpython-150853861a63ee0ea649e6d83f6ffff6524ae099.tar.gz cpython-150853861a63ee0ea649e6d83f6ffff6524ae099.tar.bz2 |
Various status updates.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r-- | Doc/libundoc.tex | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 735e902..c5addf4 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -8,20 +8,14 @@ posting by Fredrik Lundh; I have revised some modules' status.) \section{Fundamental, and pretty straightforward to document} -UserDict.py -- user-defined wrapper around dictionary objects - -UserList.py -- user-defined wrapper around list objects - ni.py -- New import scheme with package support -site.py -- easy access to site-specific modules - \section{Frameworks; somewhat harder to document, but well worth the effort} Tkinter.py -- Interface to Tcl/Tk for graphical user interfaces; -Fredrik is working on this one! +Fredrik Lundh is working on this one! BaseHTTPServer.py -- HTTP server base class @@ -31,8 +25,6 @@ SimpleHTTPServer.py -- Simple HTTP Server SocketServer.py -- Generic socket server classes -anydbm.py -- Generic interface to all dbm clones - \section{Stuff useful to a lot of people, including the CGI crowd} @@ -71,8 +63,6 @@ pipes.py -- Conversion pipeline templates (hmm) popen2.py -- improved popen? (read AND write simultaneously) (hmm) -random.py -- random numbers, layered on top of whrandom.py - statcache.py -- Maintain a cache of file stats colorsys.py -- Conversion between RGB and other color systems @@ -80,6 +70,8 @@ colorsys.py -- Conversion between RGB and other color systems commands.py -- executing commands and looking at their output and status +dbhash.py -- (g)dbm-like wrapper for bsdhash.hashopen + dumbdbm.py -- A dumb and slow but simple dbm clone (anydbm's last resort) @@ -91,8 +83,6 @@ tty.py -- Terminal utilities cmd.py -- build line-oriented command interpreters (used by pdb) -whichdb.py -- Guess which db package to use to open a db file - bdb.py -- A generic Python debugger base class (used by pdb) ihooks.py -- Import hook support (for ni and rexec) @@ -110,8 +100,6 @@ symbol.py -- Symbols (from ``graminit.h'') tokenize.py -- regular expression that recognizes Python tokens -AST.py -- see parser module documentation - pyclbr.py -- Parse a Python file and retrieve classes and methods @@ -171,13 +159,13 @@ emacs.py -- Execute Emacs code from a Python interpreter find.py -- find files matching pattern in directory tree -fpformat.py -- General floating point formatting functions +fpformat.py -- General floating point formatting functions -- obsolete grep.py -- grep mutex.py -- Mutual exclusion -- for use with module sched -packmail.py -- create a self-unpacking shell archive +packmail.py -- create a self-unpacking \Unix{} shell archive poly.py -- Polynomials @@ -196,10 +184,7 @@ tzparse.py -- Parse a timezone specification (unfinished) addpack.py -- standard support for "packages" (use ni instead) -dbhash.py -- (g)dbm-compatible interface to bsdhash.hashopen (use -bsddb instead) - -fmt.py -- obsolete text formatting abstractions +fmt.py -- text formatting abstractions (too slow) Para.py -- helper for fmt.py |