]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#1286: allow using fileinput.FileInput as context manager.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 20:08:15 +0000 (20:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 20:08:15 +0000 (20:08 +0000)
commit6cb7b6593ee03aedebae1bc9bd0f76912efa275a
tree30793f9f226d6e647e4bd3a9c6d14d3f24a9f775
parente42a59daec40d1238a0189cde735f97aebe2d0b7
#1286: allow using fileinput.FileInput as context manager.
Doc/library/fileinput.rst
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS