]> granicus.if.org Git - python/commit
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Aug 2015 19:17:04 +0000 (22:17 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 28 Aug 2015 19:17:04 +0000 (22:17 +0300)
commitf0f55a00b7d5d31d56b9df27ba1b3ee0e0b71893
tree90b1a1305ccc61247c31d576dd43c55aedf3849e
parent079fc7faff3cee1c68aee3ce0ca2c4ee18b72aab
Issue #24881: Fixed setting binary mode in Python implementation of FileIO
on Windows and Cygwin.  Patch from Akira Li.
Lib/_pyio.py
Misc/NEWS