summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index aad83fd1c1..be3a3621a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5.2c1?
Core and builtins
-----------------
+- Issue 1704621: Fix segfaults in list_repeat() and list_inplace_repeat().
+
- Issue #1147: Generators were not raising a DeprecationWarning when a string
was passed into throw().