Skip to content
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

MNT: do not try to import xml.etree.cElementTree #17271

Merged
merged 1 commit into from Apr 30, 2020

Conversation

tacaswell
Copy link
Member

As of py33 the fastest available version is imported and in py39 the
alias of xml.etree.cElementTree for xml.etree.ElementTree will be
removed.

This will ensure that our examples keep running with future versions of Python.

As of py33 the fastest available version is imported and in py39 the
alias of `xml.etree.cElementTree` for `xml.etree.ElementTree` will be
removed.
@tacaswell tacaswell added this to the v3.2.2 milestone Apr 30, 2020
@anntzer anntzer merged commit 6cd24b9 into matplotlib:master Apr 30, 2020
meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Apr 30, 2020
dstansby added a commit that referenced this pull request Apr 30, 2020
…271-on-v3.2.x

Backport PR #17271 on branch v3.2.x (MNT: do not try to import xml.etree.cElementTree)
@tacaswell tacaswell deleted the fix_xml_deprecation branch April 30, 2020 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants