]> 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:11:08 +0000 (21:11 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 14 May 2014 18:11:08 +0000 (21:11 +0300)
commitb9183bb4fdcc26a1273e39ea6c32052152898802
treee053ae9c2d2d8a50e749131e75d68248bac97241
parent45e8e2f2185fc593ae84a628922c5cbb1799b6ea
parent946cfc3e238bbd67ff436af5fd05414bbd2e5a08
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
binary mode is specified.  Patch by Sam Kimbrel.
Misc/ACKS
Misc/NEWS