Kaydet (Commit) a8052a31 authored tarafından Fred Drake's avatar Fred Drake

Added cmp and cmpcache to the "Obsolete" section.

üst 2d726870
...@@ -92,13 +92,16 @@ To use any of these modules, add that directory to \code{sys.path}, ...@@ -92,13 +92,16 @@ To use any of these modules, add that directory to \code{sys.path},
possibly using \envvar{PYTHONPATH}. possibly using \envvar{PYTHONPATH}.
\begin{description} \begin{description}
\item[\module{newdir}]
--- New \function{dir()} function (the standard \function{dir()} is
now just as good)
\item[\module{addpack}] \item[\module{addpack}]
--- alternate approach to packages --- 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}] \item[\module{codehack}]
--- Extract function name or line number from a function --- Extract function name or line number from a function
code object (these are now accessible as attributes: code object (these are now accessible as attributes:
...@@ -111,13 +114,17 @@ code object (these are now accessible as attributes: ...@@ -111,13 +114,17 @@ code object (these are now accessible as attributes:
\item[\module{fmt}] \item[\module{fmt}]
--- text formatting abstractions (too slow) --- text formatting abstractions (too slow)
\item[\module{Para}]
--- helper for fmt.py
\item[\module{lockfile}] \item[\module{lockfile}]
--- wrapper around FCNTL file locking (use --- wrapper around FCNTL file locking (use
\function{fcntl.lockf()}/\function{flock()} intead; see \refmodule{fcntl}) \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}] \item[\module{poly}]
--- Polynomials --- Polynomials
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment