summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-11-13 05:23:21 +0000
committerGuido van Rossum <guido@python.org>2007-11-13 05:23:21 +0000
commitf5ccd459d767464d7033f6ef7ba73a53e3eae268 (patch)
tree94f864e8f0b3758118dd1476e6bda0dc616545ad
parent809123c61f6d8c09e87d2a5e7bd0bfc9c36791d3 (diff)
downloadcpython-git-f5ccd459d767464d7033f6ef7ba73a53e3eae268.tar.gz
News about list_repeat() fix.
-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().