Commit c48b772a authored by Fred Drake's avatar Fred Drake

Remove obsolete module rand from list of modules.

Add fileinput to list.
parent 89de314c
......@@ -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}
......@@ -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}
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