This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients pitrou, python-dev, vstinner
Date 2011-05-25.20:53:58
SpamBayes Score 0.0038267102
Marked as misclassified No
Message-id <E1QPL5Z-0000ye-CJ@dinsdale.python.org>
In-reply-to
Content
New changeset 4a7118cff1d3 by Victor Stinner in branch '3.1':
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
http://hg.python.org/cpython/rev/4a7118cff1d3

New changeset fb29dc650d24 by Victor Stinner in branch '3.2':
(Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read()
http://hg.python.org/cpython/rev/fb29dc650d24

New changeset 325453be64ec by Victor Stinner in branch 'default':
(Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read()
http://hg.python.org/cpython/rev/325453be64ec

New changeset 43a498da8680 by Victor Stinner in branch '2.7':
Issue #12175: RawIOBase.readall() now returns None if read() returns None.
http://hg.python.org/cpython/rev/43a498da8680
History
Date User Action Args
2011-05-25 20:53:58python-devsetrecipients: + python-dev, pitrou, vstinner
2011-05-25 20:53:58python-devlinkissue12175 messages
2011-05-25 20:53:58python-devcreate