]> granicus.if.org Git - python/commit
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:08:33 +0000 (21:08 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:08:33 +0000 (21:08 +0300)
commit946cfc3e238bbd67ff436af5fd05414bbd2e5a08
treeb8bc5c17edf6498d5f09253315b9a4e46d75c86c
parente2d66903e8e336817702213f0cd8c3a24edf03ac
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
binary mode is specified.  Patch by Sam Kimbrel.
Lib/fileinput.py
Lib/test/test_fileinput.py
Misc/ACKS
Misc/NEWS