]> granicus.if.org Git - python/commit
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Sep 2019 08:18:35 +0000 (11:18 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2019 08:18:35 +0000 (11:18 +0300)
commitf02ea6225bc3b71bd5fe66224d199a6e3e23b14d
treeffd4a17d92f18ad031f5aa221d67876ffe8e8865
parentc5b242f87f31286ad38991bc3868cf4cfbf2b681
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)

Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
Doc/library/xml.etree.elementtree.rst
Doc/whatsnew/3.9.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS.d/next/Library/2019-04-06-20-08-12.bpo-36543.RPjmUz.rst [new file with mode: 0644]
Modules/_elementtree.c
Modules/clinic/_elementtree.c.h