diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:47:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-12 06:47:20 (GMT) |
commit | f0ee5ccd19ec9ad0fd6c98ebf128832c225565cd (patch) | |
tree | 6ed466bf5490987d53848f58e1c581a7b89b8c7f /Misc | |
parent | cf2ad555113e4afc6f8cd5ac5235deef6a3fdf82 (diff) | |
parent | 9062c261a4f9268f4621548ec205c80411f75b6e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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__. |