Message 145448 - Python tracker (original) (raw)
Message145448
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:45 | python-dev | set | recipients: + python-dev, pitrou, vstinner, nadeem.vawda, benjamin.peterson, stutzbach |
2011-10-13 11:45:44 | python-dev | link | issue13159 messages |
2011-10-13 11:45:44 | python-dev | create |