summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-10-26 16:27:28 (GMT)
committerFred Drake <fdrake@acm.org>1999-10-26 16:27:28 (GMT)
commita8052a31139cad9d26166defcd2f09bd4660b922 (patch)
tree58f02ed6ca907bc1d585672ac7ca46c844f0a3aa /Doc
parent2d72687006cda4d5fd8547790b581ad28528eb1a (diff)
downloadcpython-a8052a31139cad9d26166defcd2f09bd4660b922.zip
cpython-a8052a31139cad9d26166defcd2f09bd4660b922.tar.gz
cpython-a8052a31139cad9d26166defcd2f09bd4660b922.tar.bz2
Added cmp and cmpcache to the "Obsolete" section.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex21
1 files changed, 14 insertions, 7 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 07824e7..52219cb 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -92,13 +92,16 @@ To use any of these modules, add that directory to \code{sys.path},
possibly using \envvar{PYTHONPATH}.
\begin{description}
-\item[\module{newdir}]
---- New \function{dir()} function (the standard \function{dir()} is
-now just as good)
-
\item[\module{addpack}]
--- alternate approach to packages
+\item[\module{cmp}]
+--- File comparison function. Use the newer \module{filecmp} instead.
+
+\item[\module{cmpcache}]
+--- Caching version of the obsolete \module{cmp} module. Use the
+newer \module{filecmp} instead.
+
\item[\module{codehack}]
--- Extract function name or line number from a function
code object (these are now accessible as attributes:
@@ -111,13 +114,17 @@ code object (these are now accessible as attributes:
\item[\module{fmt}]
--- text formatting abstractions (too slow)
-\item[\module{Para}]
---- helper for fmt.py
-
\item[\module{lockfile}]
--- wrapper around FCNTL file locking (use
\function{fcntl.lockf()}/\function{flock()} intead; see \refmodule{fcntl})
+\item[\module{newdir}]
+--- New \function{dir()} function (the standard \function{dir()} is
+now just as good)
+
+\item[\module{Para}]
+--- helper for fmt.py
+
\item[\module{poly}]
--- Polynomials