diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-09-01 08:18:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-01 08:18:35 (GMT) |
commit | f02ea6225bc3b71bd5fe66224d199a6e3e23b14d (patch) | |
tree | ffd4a17d92f18ad031f5aa221d67876ffe8e8865 /Misc | |
parent | c5b242f87f31286ad38991bc3868cf4cfbf2b681 (diff) | |
download | cpython-f02ea6225bc3b71bd5fe66224d199a6e3e23b14d.zip cpython-f02ea6225bc3b71bd5fe66224d199a6e3e23b14d.tar.gz cpython-f02ea6225bc3b71bd5fe66224d199a6e3e23b14d.tar.bz2 |
bpo-36543: Remove old-deprecated ElementTree features. (GH-12707)
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-04-06-20-08-12.bpo-36543.RPjmUz.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-04-06-20-08-12.bpo-36543.RPjmUz.rst b/Misc/NEWS.d/next/Library/2019-04-06-20-08-12.bpo-36543.RPjmUz.rst new file mode 100644 index 0000000..1153de8 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-04-06-20-08-12.bpo-36543.RPjmUz.rst @@ -0,0 +1,2 @@ +Removed methods Element.getchildren(), Element.getiterator() and +ElementTree.getiterator() and the xml.etree.cElementTree module. |