mirror of https://github.com/python/cpython
Remove obsolete module rand from list of modules.
Add fileinput to list.
This commit is contained in:
parent
89de314cfc
commit
c48b772a77
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue