]> granicus.if.org Git - python/commit
Patch #1215184: FileInput now can be given an opening hook which can
authorGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 14:57:47 +0000 (14:57 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 19 Feb 2006 14:57:47 +0000 (14:57 +0000)
commitc98eeede175a9a0a6d05b7a6e6b105bcd0fc79fa
tree3ade5a77f5303b09814abe7c311a808317a5ac6c
parentc029f873cb170a5525ef78b00b3957e52be41cda
Patch #1215184: FileInput now can be given an opening hook which can
be used to control how files are opened.
Doc/lib/libfileinput.tex
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS