From: Guido van Rossum Date: Tue, 13 Nov 2007 05:23:21 +0000 (+0000) Subject: News about list_repeat() fix. X-Git-Tag: v2.5.2c1~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ccd459d767464d7033f6ef7ba73a53e3eae268;p=python News about list_repeat() fix. --- 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().