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, sbt, schmir, vstinner
Date 2013-05-17.22:36:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bC49l0zZlz7Ljv@mail.python.org>
In-reply-to
Content
New changeset e4c303d23d01 by Richard Oudkerk in branch 'default':
Issue #15758: Fix FileIO.readall() so it no longer has O(n**2) complexity.
http://hg.python.org/cpython/rev/e4c303d23d01
History
Date User Action Args
2013-05-17 22:36:43python-devsetrecipients: + python-dev, pitrou, vstinner, schmir, sbt
2013-05-17 22:36:43python-devlinkissue15758 messages
2013-05-17 22:36:43python-devcreate