]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
authorTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jun 2013 22:59:28 +0000 (18:59 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jun 2013 22:59:28 +0000 (18:59 -0400)
commit70d2c711f10b385a4bc04b1b827883e12acc0509
tree5b4c3590e1de8149eceb421f0e63fb0dd7f6d948
parent02e4a7b4a3a5fdab4cd45341cf915b3d39faf99d
Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and
replacing redundant signature in input() docstring with one-line summary.
Original patch by Terrel Shumway.
Lib/fileinput.py
Misc/ACKS