Remove obsolete module rand from list of modules.

Add fileinput to list.
This commit is contained in:
Fred Drake 1998-04-11 04:22:02 +00:00
parent 89de314cfc
commit c48b772a77
2 changed files with 8 additions and 6 deletions

View File

@ -18,10 +18,11 @@ that are available in all Python versions. Here's an overview:
\item[random]
--- Generate pseudo-random numbers with various common distributions.
\item[rand]
--- Integer pseudo-random number generator (obsolete).
\item[array]
--- Efficient arrays of uniformly typed numeric values.
\item[fileinput]
--- Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.
\end{description}

View File

@ -18,10 +18,11 @@ that are available in all Python versions. Here's an overview:
\item[random]
--- Generate pseudo-random numbers with various common distributions.
\item[rand]
--- Integer pseudo-random number generator (obsolete).
\item[array]
--- Efficient arrays of uniformly typed numeric values.
\item[fileinput]
--- Perl-like iteration over lines from multiple input streams, with
``save in place'' capability.
\end{description}