commit | d41a98bdd9076eeadf4d3ba6d8db287e26b89777 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Oct 13 13:34:16 2011 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Thu Oct 13 13:34:16 2011 +0200 |
tree | 41e6908d7d713d1981060eded58e10c00098850c | |
parent | f1ab47ebc4d6f6cdb0ea7f9ec73d874aae03a1f2 [diff] |
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. Also fix the bz2 module, whose classes used the same algorithm.