#2523: binary buffered reading is quadratic

This commit is contained in:
Antoine Pitrou 2008-07-28 19:46:11 +00:00
parent 711419388c
commit c66f909f43
2 changed files with 64 additions and 30 deletions

View file

@ -22,6 +22,9 @@ Library
file name rather than a ZipInfo instance, so files are extracted with
mode 0600 rather than 000 under Unix.
- Issue #2523: Fix quadratic behaviour when read()ing a binary file without
asking for a specific length.
What's new in Python 3.0b2?
===========================