commit | 00f15699832bb8e9900e38bd6d741b3599230e9d | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Nov 24 17:50:09 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Nov 24 17:50:09 1997 +0000 |
tree | 5902ee007f2db9aae1408033e4afc6ba6d02d2b5 | |
parent | e300d6f0fece06eea5f4fbe837e26198f9501b24 [diff] [blame] |
Add fileinput.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 56a71a4..76062c2 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex
@@ -32,6 +32,8 @@ multifile.py -- make each part of a multipart message ``feel'' like +fileinput.py -- convenient loop over the lines in a list of input files. + \section{Miscellaneous useful utilities}