]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11311: StringIO.readline(0) now returns an empty string as all other
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:26:58 +0000 (12:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 13 Feb 2013 10:26:58 +0000 (12:26 +0200)
commit8d7d6bcc2519066ba04f3c63d6ae8d2897a94282
tree03622015920e98f626e439d72941ecdb6480b4b8
parent34fe1b7a3db61ee1b92f495488b08532b6126450
Issue #11311: StringIO.readline(0) now returns an empty string as all other
file-like objects.
Lib/StringIO.py
Lib/test/test_StringIO.py
Misc/NEWS