summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:45:35 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-09-18 08:45:35 (GMT)
commit91926ad477ee8ddf57020f181a2aa72b7de8cb49 (patch)
treef6bf9e4b10896e1778ad45a974867d93654db4ed /Misc
parent410a432579a7e8c66247128af7a16130aa259781 (diff)
downloadcpython-91926ad477ee8ddf57020f181a2aa72b7de8cb49.zip
cpython-91926ad477ee8ddf57020f181a2aa72b7de8cb49.tar.gz
cpython-91926ad477ee8ddf57020f181a2aa72b7de8cb49.tar.bz2
Patch #1268314: Cache lines in StreamReader.readlines for performance.
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 98a1e14..b0deaca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,8 @@ Extension Modules
Library
-------
+- Patch #1268314: Cache lines in StreamReader.readlines for performance.
+
- Bug #1290505: time.strptime() was not invalidating its regex cache when the
locale changed.