summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-07-15 16:35:14 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2013-07-15 16:35:14 (GMT)
commita85fa5c6661d2e6f3ceabe60c780db7fb03b172c (patch)
tree2c5d1f6d190162cc1a1dcfcb478b29ba20f0cc97 /Misc
parentc967a593c95cbfe7558fcda72944da80dcb74ab8 (diff)
downloadcpython-a85fa5c6661d2e6f3ceabe60c780db7fb03b172c.zip
cpython-a85fa5c6661d2e6f3ceabe60c780db7fb03b172c.tar.gz
cpython-a85fa5c6661d2e6f3ceabe60c780db7fb03b172c.tar.bz2
Move entry from #18427 to the right section in the NEWS file
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bbdd6b7..e074d7f 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.