]> granicus.if.org Git - python/commit
Issue #20501: fileinput module no longer reads whole file into memory when using
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 26 Feb 2014 18:59:08 +0000 (20:59 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 26 Feb 2014 18:59:08 +0000 (20:59 +0200)
commit68b8a94c9107d086e4094e3395a335a65f184591
tree82921d4fd3934b8e3ea47a111edda365a775b587
parent17a4322d09ad73e2a469d64adb46ffe6ba43eb5d
Issue #20501: fileinput module no longer reads whole file into memory when using
fileinput.hook_encoded.
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS