summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:47:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-12 06:47:20 (GMT)
commitf0ee5ccd19ec9ad0fd6c98ebf128832c225565cd (patch)
tree6ed466bf5490987d53848f58e1c581a7b89b8c7f /Misc
parentcf2ad555113e4afc6f8cd5ac5235deef6a3fdf82 (diff)
parent9062c261a4f9268f4621548ec205c80411f75b6e (diff)
downloadcpython-f0ee5ccd19ec9ad0fd6c98ebf128832c225565cd.zip
cpython-f0ee5ccd19ec9ad0fd6c98ebf128832c225565cd.tar.gz
cpython-f0ee5ccd19ec9ad0fd6c98ebf128832c225565cd.tar.bz2
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19e4b09..192e1c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@ Core and Builtins
Library
-------
+- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
+
- Issue #27294: Improved repr for Tkinter event objects.
- Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__.