]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 2 Jun 2019 21:36:34 +0000 (14:36 -0700)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 2 Jun 2019 21:36:34 +0000 (23:36 +0200)
commit6bd438e137a0618b8db949a4751304f541b6674d
tree3e2557575f9a70714c34dde9efe2adcc8937f1a1
parentb4e0bfd4778e142f037f50c19c4bb5bd123b4641
bpo-37014: Update docstring and Documentation of fileinput.FileInput(). (GH-13545) (GH-13753)

* 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.
(cherry picked from commit aca273e2401ca3151e15e984f400233b7f255e15)

Co-authored-by: Michele Angrisano <michele.angrisano@gmail.com>
Doc/library/fileinput.rst
Lib/fileinput.py
Misc/ACKS