summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-07-19 09:11:25 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2013-07-19 09:11:25 (GMT)
commit138d080a28431a3437601e3297e7fe5d39edb574 (patch)
tree417c87d98c5ec9ef492b53a21fdf145e8b56bcbb /Misc
parent45e90394e728d94c0840010d4b47803456539d09 (diff)
downloadcpython-138d080a28431a3437601e3297e7fe5d39edb574.zip
cpython-138d080a28431a3437601e3297e7fe5d39edb574.tar.gz
cpython-138d080a28431a3437601e3297e7fe5d39edb574.tar.bz2
#18480: Add missing PyType_Ready call to _elementtree extension
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 6650d0d..de16f7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Issue #18480: Add missing call to PyType_Ready to the _elementtree extension.
+
- Issue #17778: Fix test discovery for test_multiprocessing. (Patch by
Zachary Ware.)