From 00f15699832bb8e9900e38bd6d741b3599230e9d Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 24 Nov 1997 17:50:09 +0000 Subject: [PATCH] Add fileinput. --- Doc/lib/libundoc.tex | 2 ++ Doc/libundoc.tex | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 56a71a475b7..76062c2da45 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 56a71a475b7..76062c2da45 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}