diff options
| author | Fred Drake <fdrake@acm.org> | 1998-04-11 04:22:02 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-04-11 04:22:02 +0000 |
| commit | c48b772a77c9982cb971fa50019d21225516b1b0 (patch) | |
| tree | 0c0126814e01cb79d8e04894c2a2f7c947a8a646 /Doc/lib/libmisc.tex | |
| parent | 89de314cfcb274d3249dd9813c92fa775e760d24 (diff) | |
| download | cpython-git-c48b772a77c9982cb971fa50019d21225516b1b0.tar.gz | |
Remove obsolete module rand from list of modules.
Add fileinput to list.
Diffstat (limited to 'Doc/lib/libmisc.tex')
| -rw-r--r-- | Doc/lib/libmisc.tex | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/lib/libmisc.tex b/Doc/lib/libmisc.tex index f895ef537b..24881a8a1f 100644 --- a/Doc/lib/libmisc.tex +++ b/Doc/lib/libmisc.tex @@ -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} |
