[issue15758] FileIO.readall() has worst case O(n^2) complexity

Roundup Robot report at bugs.python.org
Sat May 18 00:36:43 CEST 2013


Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15758>
_______________________________________


More information about the Python-bugs-list mailing list