]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Jul 2018 09:03:34 +0000 (12:03 +0300)
committerGitHub <noreply@github.com>
Tue, 24 Jul 2018 09:03:34 +0000 (12:03 +0300)
commit02ec92fa7b1dddc23d479ee0b87dc283793505a8
tree4fc90891da617efbc74239d9dc62eef44f3aa5ff
parentc5734998d91e9953fd179ba6ed7015b6343e8191
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)

Also make getchildren() and getiterator() emitting
a DeprecationWarning instead of PendingDeprecationWarning.
Doc/library/xml.etree.elementtree.rst
Doc/whatsnew/3.8.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2018-05-12-13-06-41.bpo-29209.h5RxYy.rst [new file with mode: 0644]
Modules/_elementtree.c
Modules/clinic/_elementtree.c.h