(original) (raw)

changeset: 84635:06d9f106c57e branch: 2.7 parent: 84624:8c935717fc8e user: Ronald Oussoren ronaldoussoren@mac.com date: Mon Jul 15 18:35:14 2013 +0200 files: Misc/NEWS description: Move entry from #18427 to the right section in the NEWS file diff -r 8c935717fc8e -r 06d9f106c57e Misc/NEWS --- a/Misc/NEWS Sun Jul 14 12:42:27 2013 -0700 +++ b/Misc/NEWS Mon Jul 15 18:35:14 2013 +0200 @@ -21,14 +21,14 @@ - 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. /ronaldoussoren@mac.com