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 benjamin.peterson, nadeem.vawda, pitrou, python-dev, stutzbach, vstinner
Date 2011-10-13.11:45:44
SpamBayes Score 0.022028254
Marked as misclassified No
Message-id <E1REJjK-0001br-Qs@dinsdale.python.org>
In-reply-to
Content
New changeset d18c80a8c119 by Nadeem Vawda in branch '3.2':
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
http://hg.python.org/cpython/rev/d18c80a8c119

New changeset 4a6709a071d0 by Nadeem Vawda in branch 'default':
Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
http://hg.python.org/cpython/rev/4a6709a071d0
History
Date User Action Args
2011-10-13 11:45:45python-devsetrecipients: + python-dev, pitrou, vstinner, nadeem.vawda, benjamin.peterson, stutzbach
2011-10-13 11:45:44python-devlinkissue13159 messages
2011-10-13 11:45:44python-devcreate