]> granicus.if.org Git - python/commit
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:47:16 +0000 (22:47 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 25 May 2011 20:47:16 +0000 (22:47 +0200)
commita80987f20d0c73532127e1c3f69f7983c5c443d2
tree7747598f8d947aada125c326de1940792ae69d39
parentb79f28ccbd0cde0580a8d7198ac62e97e7cfb4c4
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