Move entry from #18427 to the right section in the NEWS file

This commit is contained in:
Ronald Oussoren 2013-07-15 18:35:14 +02:00
parent c967a593c9
commit a85fa5c666
1 changed files with 2 additions and 2 deletions

View File

@ -21,14 +21,14 @@ Core and Builtins
- Issue #18019: Fix crash in the repr of dictionaries containing their own - Issue #18019: Fix crash in the repr of dictionaries containing their own
views. views.
- Issue #18427: str.replace could crash the interpreter with huge strings.
Library Library
------- -------
- Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it - Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
do with byte strings. 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 - Issue #18347: ElementTree's html serializer now preserves the case of
closing tags. closing tags.