commit | 36248154a9c47283d4760b5c66402119043bbba1 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Oct 13 13:52:46 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Oct 13 13:52:46 2011 +0200 |
tree | f3ec72118045d7898555359353e9b0f1b062065d | |
parent | 40ab00233ef34703db57a0806294f8bc911af551 [diff] |
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. Also fix the builtin file class and the bz2 module, which used the same algorithm.