From: Guido van Rossum Date: Mon, 24 Nov 1997 17:50:09 +0000 (+0000) Subject: Add fileinput. X-Git-Tag: v1.5b1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=00f15699832bb8e9900e38bd6d741b3599230e9d;p=python Add fileinput. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 56a71a475b..76062c2da4 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/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} diff --git a/Doc/libundoc.tex b/Doc/libundoc.tex index 56a71a475b..76062c2da4 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}