diff options
author | Fred Drake <fdrake@acm.org> | 1999-06-18 17:12:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-06-18 17:12:15 (GMT) |
commit | 46e1a32edf861c380d3c65574e180b1951abf2f7 (patch) | |
tree | 3a7232bf4aeb78b2ca3c2c64e54a1e9ce97300d5 /Doc/lib/libundoc.tex | |
parent | 354e98222cad9163b2b7dd06d54d53e07a8a64b2 (diff) | |
download | cpython-46e1a32edf861c380d3c65574e180b1951abf2f7.zip cpython-46e1a32edf861c380d3c65574e180b1951abf2f7.tar.gz cpython-46e1a32edf861c380d3c65574e180b1951abf2f7.tar.bz2 |
Re-categorize the dump module as obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 65c6840..bcc7549 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -98,9 +98,6 @@ are not documented beyond this mention. These modules are probably also obsolete, or just not very useful. \begin{description} -\item[dump.py] ---- Print python code that reconstructs a variable - \item[find.py] --- find files matching pattern in directory tree @@ -142,6 +139,9 @@ possibly using \envvar{PYTHONPATH}. code object (these are now accessible as attributes: co.co_name, func.func_name, co.co_firstlineno). +\item[dump.py] +--- Print python code that reconstructs a variable + \item[fmt.py] --- text formatting abstractions (too slow) |