diff options
-rw-r--r-- | Doc/lib/libundoc.tex | 17 | ||||
-rw-r--r-- | Doc/libundoc.tex | 17 |
2 files changed, 32 insertions, 2 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index b7daaf3..0db5e8c 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -235,7 +235,7 @@ library These modules are not on the standard module search path; \indexiii{module}{search}{path} but are available in the directory \file{lib-old/} installed under -\file{\textrm{\$prefix}/lib/python\version/}. To use any of these +\file{\textrm{\$prefix}/lib/python1.5/}. To use any of these modules, add that directory to \code{sys.path}, possibly using \envvar{PYTHONPATH}. @@ -266,6 +266,21 @@ code object (these are now accessible as attributes: co.co_name, func.func_name, co.co_firstlineno) \end{description} +The following modules were documented in previous versions of this +manual, but are now considered obsolete: + +\begin{description} +\item[ni] +--- Import modules in ``packages.'' + +\item[rand] +--- Old interface to the random number generator. + +\item[soundex] +--- Algorithm for collapsing names which sound similar to a shared +key. (This is an extension module.) +\end{description} + \section{Extension modules} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index b7daaf3..0db5e8c 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -235,7 +235,7 @@ library These modules are not on the standard module search path; \indexiii{module}{search}{path} but are available in the directory \file{lib-old/} installed under -\file{\textrm{\$prefix}/lib/python\version/}. To use any of these +\file{\textrm{\$prefix}/lib/python1.5/}. To use any of these modules, add that directory to \code{sys.path}, possibly using \envvar{PYTHONPATH}. @@ -266,6 +266,21 @@ code object (these are now accessible as attributes: co.co_name, func.func_name, co.co_firstlineno) \end{description} +The following modules were documented in previous versions of this +manual, but are now considered obsolete: + +\begin{description} +\item[ni] +--- Import modules in ``packages.'' + +\item[rand] +--- Old interface to the random number generator. + +\item[soundex] +--- Algorithm for collapsing names which sound similar to a shared +key. (This is an extension module.) +\end{description} + \section{Extension modules} |