mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add fileinput.
This commit is contained in:
parent
e300d6f0fe
commit
00f1569983
2 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue