File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ \section{Obsolete}
235235These modules are not on the standard module search path;
236236\indexiii {module}{search}{path}
237237but are available in the directory \file {lib-old/} installed under
238- \file {\textrm {\$ prefix}/lib/python \version /}. To use any of these
238+ \file {\textrm {\$ prefix}/lib/python1.5 /}. To use any of these
239239modules, add that directory to \code {sys.path}, possibly using
240240\envvar {PYTHONPATH}.
241241
@@ -266,6 +266,21 @@ \section{Obsolete}
266266func.func_name, co.co_firstlineno)
267267\end {description }
268268
269+ The following modules were documented in previous versions of this
270+ manual, but are now considered obsolete:
271+
272+ \begin {description }
273+ \item [ni]
274+ --- Import modules in `` packages.''
275+
276+ \item [rand]
277+ --- Old interface to the random number generator.
278+
279+ \item [soundex]
280+ --- Algorithm for collapsing names which sound similar to a shared
281+ key. (This is an extension module.)
282+ \end {description }
283+
269284
270285\section {Extension modules }
271286
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ \section{Obsolete}
235235These modules are not on the standard module search path;
236236\indexiii {module}{search}{path}
237237but are available in the directory \file {lib-old/} installed under
238- \file {\textrm {\$ prefix}/lib/python \version /}. To use any of these
238+ \file {\textrm {\$ prefix}/lib/python1.5 /}. To use any of these
239239modules, add that directory to \code {sys.path}, possibly using
240240\envvar {PYTHONPATH}.
241241
@@ -266,6 +266,21 @@ \section{Obsolete}
266266func.func_name, co.co_firstlineno)
267267\end {description }
268268
269+ The following modules were documented in previous versions of this
270+ manual, but are now considered obsolete:
271+
272+ \begin {description }
273+ \item [ni]
274+ --- Import modules in `` packages.''
275+
276+ \item [rand]
277+ --- Old interface to the random number generator.
278+
279+ \item [soundex]
280+ --- Algorithm for collapsing names which sound similar to a shared
281+ key. (This is an extension module.)
282+ \end {description }
283+
269284
270285\section {Extension modules }
271286
You can’t perform that action at this time.
0 commit comments