]> granicus.if.org Git - python/commit
Patch #1212287: fileinput.input() now has a mode parameter for
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 14:12:34 +0000 (14:12 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 14:12:34 +0000 (14:12 +0000)
commitc029f873cb170a5525ef78b00b3957e52be41cda
tree93fdedcfe2f51f18ecaa80ac0b13fe1d4eb7246c
parent67e9fb9d7afbd9935322420a7cadd4cb6538dcdf
Patch #1212287: fileinput.input() now has a mode parameter for
specifying the file mode input files should be opened with.
Doc/lib/libfileinput.tex
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS