]> granicus.if.org Git - python/commitdiff
Remove obsolete module rand from list of modules.
authorFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 04:22:02 +0000 (04:22 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 11 Apr 1998 04:22:02 +0000 (04:22 +0000)
Add fileinput to list.

Doc/lib/libmisc.tex
Doc/libmisc.tex

index f895ef537b2fbfb6708a0efbd2230a7a4a497ce9..24881a8a1f6654216ecb18687c57fe39d7fd0935 100644 (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}
index f895ef537b2fbfb6708a0efbd2230a7a4a497ce9..24881a8a1f6654216ecb18687c57fe39d7fd0935 100644 (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}