]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:49:15 +0000 (22:49 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:49:15 +0000 (22:49 +0200)
commit988512cfd7c896dd8b900d0f00cba05c4c807dc3
tree00d1050f4d082f25471ca7b9e61aa745e29a99c8
parent4767114e77fc68cfcd630318ec58e632b00c2e04
parenta80987f20d0c73532127e1c3f69f7983c5c443d2
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
returns None.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/iobase.c