]> granicus.if.org Git - python/commit
Issue #15068: Got rid of excessive buffering in the fileinput module.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Mar 2016 16:28:36 +0000 (18:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Mar 2016 16:28:36 +0000 (18:28 +0200)
commitcc2dbc5844929da1f89e3f548a8d1312b4f0ba0e
treebf1373b8718d55fb2ec54f190d0b390ab54947bf
parent55e3218eee49260a68de9c5a85549e1c719038ca
Issue #15068: Got rid of excessive buffering in the fileinput module.
The bufsize parameter is no longer used.
Doc/library/fileinput.rst
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/NEWS