summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-07-28 19:46:11 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-07-28 19:46:11 (GMT)
commitc66f909f4371011ce24b3a4a8222fe855457ba4b (patch)
tree261b22ecf7d9e4ec4288120de960bca94c9fee49 /Misc/NEWS
parent711419388c4316717a1cb8e018a6f84d495fa1bf (diff)
downloadcpython-c66f909f4371011ce24b3a4a8222fe855457ba4b.zip
cpython-c66f909f4371011ce24b3a4a8222fe855457ba4b.tar.gz
cpython-c66f909f4371011ce24b3a4a8222fe855457ba4b.tar.bz2
#2523: binary buffered reading is quadratic
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0ef8b05..5f1d905 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================