summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fff581..87b4782 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -298,6 +298,10 @@ Extension Modules
Library
-------
+- bpo-29204: Element.getiterator() and the html parameter of XMLParser() were
+ deprecated only in the documentation (since Python 3.2 and 3.4 correspondintly).
+ Now using them emits a deprecation warning.
+
- bpo-27863: Fixed multiple crashes in ElementTree caused by race conditions
and wrong types.