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.22:22:47
SpamBayes Score 0.00050238345
Marked as misclassified No
Message-id <E1QPMTX-0000b1-AS@dinsdale.python.org>
In-reply-to
Content
New changeset 72c89daace57 by Victor Stinner in branch 'default':
Issue #12175: FileIO.readall() now only reads the file position and size once.
http://hg.python.org/cpython/rev/72c89daace57

New changeset 3c7792ec4547 by Victor Stinner in branch 'default':
Issue #12175: BufferedReader.read(-1) now calls raw.readall() if available.
http://hg.python.org/cpython/rev/3c7792ec4547
History
Date User Action Args
2011-05-25 22:22:48python-devsetrecipients: + python-dev, pitrou, vstinner
2011-05-25 22:22:48python-devlinkissue12175 messages
2011-05-25 22:22:47python-devcreate