]> granicus.if.org Git - python/commit
Patch #1215184: fileinput now has a fileno() function for getting the
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:56:17 +0000 (13:56 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 13:56:17 +0000 (13:56 +0000)
commit67e9fb9d7afbd9935322420a7cadd4cb6538dcdf
tree2d6905f185cfca51ba3d9462882935c35a01b4fb
parent602b9ba6b37c4ac4ed445f8c9e9dccd68d631899
Patch #1215184: fileinput now has a fileno() function for getting the
current file number.
Doc/lib/libfileinput.tex
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS