Skip to content

[3.9] bpo-36543: Remove old-deprecated ElementTree features. #12707

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Apr 6, 2019

Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.

https://bugs.python.org/issue36543

Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
@serhiy-storchaka serhiy-storchaka merged commit f02ea62 into python:master Sep 1, 2019
@serhiy-storchaka serhiy-storchaka deleted the etree-remove-deprecated-getiterator branch September 1, 2019 08:18
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
@GPHemsley
Copy link
Contributor

@serhiy-storchaka The whatsnew entry here suggests that the entire xml.etree.cElementTree module has been removed, which does not appear to be the case. Is that the typo I assume it is?

DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
@serhiy-storchaka
Copy link
Member Author

Thank you @GPHemsley. It was omitted by mistake. Will be removed in #19108.

tiran added a commit to tiran/peps that referenced this pull request May 4, 2020
tiran added a commit to tiran/peps that referenced this pull request May 4, 2020
vstinner pushed a commit to python/peps that referenced this pull request Jun 17, 2020
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
Remove methods Element.getchildren(), Element.getiterator() and
ElementTree.getiterator() and the xml.etree.cElementTree module.
AA-Turner pushed a commit to AA-Turner/peps that referenced this pull request Aug 15, 2020
mnm678 pushed a commit to mnm678/peps that referenced this pull request Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants