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:13:53
SpamBayes Score 0.00021531677
Marked as misclassified No
Message-id <E1QPKSm-0005db-Fi@dinsdale.python.org>
In-reply-to
Content
New changeset 742ff94cdd20 by Victor Stinner in branch '3.1':
Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if
http://hg.python.org/cpython/rev/742ff94cdd20

New changeset 745e373c0b8e by Victor Stinner in branch '3.2':
(Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of
http://hg.python.org/cpython/rev/745e373c0b8e

New changeset 9051275a68fe by Victor Stinner in branch 'default':
(Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of
http://hg.python.org/cpython/rev/9051275a68fe
History
Date User Action Args
2011-05-25 20:13:53python-devsetrecipients: + python-dev, pitrou, vstinner
2011-05-25 20:13:53python-devlinkissue12175 messages
2011-05-25 20:13:53python-devcreate