diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-14 18:11:08 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-05-14 18:11:08 (GMT) |
commit | b9183bb4fdcc26a1273e39ea6c32052152898802 (patch) | |
tree | e053ae9c2d2d8a50e749131e75d68248bac97241 /Misc | |
parent | 45e8e2f2185fc593ae84a628922c5cbb1799b6ea (diff) | |
parent | 946cfc3e238bbd67ff436af5fd05414bbd2e5a08 (diff) | |
download | cpython-b9183bb4fdcc26a1273e39ea6c32052152898802.zip cpython-b9183bb4fdcc26a1273e39ea6c32052152898802.tar.gz cpython-b9183bb4fdcc26a1273e39ea6c32052152898802.tar.bz2 |
Issue #21075: fileinput.FileInput now reads bytes from standard stream if
binary mode is specified. Patch by Sam Kimbrel.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -676,6 +676,7 @@ Mads Kiilerich Jason Killen Jan Kim Taek Joo Kim +Sam Kimbrel W. Trevor King Paul Kippes Steve Kirsch @@ -84,6 +84,9 @@ Core and Builtins Library ------- +- Issue #21075: fileinput.FileInput now reads bytes from standard stream if + binary mode is specified. Patch by Sam Kimbrel. + - Issue #19775: Add a samefile() method to pathlib Path objects. Initial patch by Vajrasky Kok. |