]> granicus.if.org Git - python/commit
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)
authorMichele Angrisano <michele.angrisano@gmail.com>
Sun, 2 Jun 2019 21:01:49 +0000 (23:01 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 2 Jun 2019 21:01:49 +0000 (23:01 +0200)
commitaca273e2401ca3151e15e984f400233b7f255e15
treec7c71ce7031622dba71da3cd293464bc4436728d
parent3caf4de6f05f68c3a175f4d8ce870d7a0016622a
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545)

* bpo-37014: Update docstring and Documentation of fileinput.FileInput()

* Explain the behavior of fileinput.FileInput() when reading stdin.

* Update blurb.

* bpo-37014: Fix typo in the docstring and documentation.
Doc/library/fileinput.rst
Lib/fileinput.py
Misc/ACKS