diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -143,7 +143,8 @@ Core and Builtins Library ------- -- Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag. +- Issue #25455: Fixed crashes in repr of recursive ElementTree.Element and + functools.partial objects. - Issue #26556: Update expat to 2.1.1, fixes CVE-2015-1283. |