]> granicus.if.org Git - python/commitdiff
Re-categorize the dump module as obsolete.
authorFred Drake <fdrake@acm.org>
Fri, 18 Jun 1999 17:12:15 +0000 (17:12 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 18 Jun 1999 17:12:15 +0000 (17:12 +0000)
Doc/lib/libundoc.tex

index 65c6840dd1cd8bdd589fd5feca9366335c3013c5..bcc7549f7c7117fe037634b571416769c99b4031 100644 (file)
@@ -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)