From: Ronald Oussoren Date: Mon, 15 Jul 2013 16:35:14 +0000 (+0200) Subject: Move entry from #18427 to the right section in the NEWS file X-Git-Tag: v2.7.6rc1~297 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a85fa5c6661d2e6f3ceabe60c780db7fb03b172c;p=thirdparty%2FPython%2Fcpython.git Move entry from #18427 to the right section in the NEWS file --- diff --git a/Misc/NEWS b/Misc/NEWS index bbdd6b7b7302..e074d7fc08c0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,14 +21,14 @@ Core and Builtins - Issue #18019: Fix crash in the repr of dictionaries containing their own views. +- Issue #18427: str.replace could crash the interpreter with huge strings. + Library ------- - Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it do with byte strings. -- Issue #18427: str.replace could crash the interpreter with huge strings. - - Issue #18347: ElementTree's html serializer now preserves the case of closing tags.