summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2013-07-19 09:14:05 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2013-07-19 09:14:05 (GMT)
commitced1226cce611f7668e3f3211ba5bec21c195c33 (patch)
tree06e07498d10fcb4ccc06adf721889693546d55ea /Misc/NEWS
parentf24bb35a69d18a05047399eadc63b4be092aee71 (diff)
parent138d080a28431a3437601e3297e7fe5d39edb574 (diff)
downloadcpython-ced1226cce611f7668e3f3211ba5bec21c195c33.zip
cpython-ced1226cce611f7668e3f3211ba5bec21c195c33.tar.gz
cpython-ced1226cce611f7668e3f3211ba5bec21c195c33.tar.bz2
(3.3->default): #18480: Add missing PyType_Ready call to _elementtree extension
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c971bf..9cf6aa0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,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.)