summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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.