summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:34:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:34:39 (GMT)
commit4ed673877dd91172775e0e549bd205efe2c25567 (patch)
tree78feca4f3a8657755cef2b78998710106b8a1c1e /Misc
parent8b291e2d66390b8511b9e9d861e34714d40d5f5b (diff)
downloadcpython-4ed673877dd91172775e0e549bd205efe2c25567.zip
cpython-4ed673877dd91172775e0e549bd205efe2c25567.tar.gz
cpython-4ed673877dd91172775e0e549bd205efe2c25567.tar.bz2
Patch #1268314: Cache lines in StreamReader.readlines for performance.
Will backport to Python 2.4.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ffa307..5eb20ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -219,6 +219,8 @@ Extension Modules
Library
-------
+- Patch #1268314: Cache lines in StreamReader.readlines for performance.
+
- Bug #1290505: Fix clearing the regex cache for time.strptime().
- Bug #1167128: Fix size of a symlink in a tarfile to be 0.