]> 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:19 +0000 (18:59 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Fri, 28 Jun 2013 22:59:19 +0000 (18:59 -0400)
commit35115e6aabda3284bf6ac1c4278ddbff70c62ccf
tree3ebc970bd12ea0cca9c0db976d72c7deb8883f53
parent73d6aca5d2b0e08749eea1b9684d22c53b04e292
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.
Doc/library/fileinput.rst
Lib/fileinput.py
Misc/ACKS