diff options
author | Guido van Rossum <guido@python.org> | 1997-11-24 17:50:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-24 17:50:09 (GMT) |
commit | 00f15699832bb8e9900e38bd6d741b3599230e9d (patch) | |
tree | 5902ee007f2db9aae1408033e4afc6ba6d02d2b5 /Doc/libundoc.tex | |
parent | e300d6f0fece06eea5f4fbe837e26198f9501b24 (diff) | |
download | cpython-00f15699832bb8e9900e38bd6d741b3599230e9d.zip cpython-00f15699832bb8e9900e38bd6d741b3599230e9d.tar.gz cpython-00f15699832bb8e9900e38bd6d741b3599230e9d.tar.bz2 |
Add fileinput.
Diffstat (limited to 'Doc/libundoc.tex')
-rw-r--r-- | Doc/libundoc.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 56a71a4..76062c2 100644 --- a/Doc/libundoc.tex +++ b/Doc/libundoc.tex @@ -32,6 +32,8 @@ MimeWriter.py -- Generic MIME writer 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} |