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

Compatibility: fix XML cElementTree (deprecated since Python 3.3 and removed in Python 3.9) #2777

Merged
merged 2 commits into from
Apr 24, 2020

Conversation

tirkarthi
Copy link
Contributor

Fixes #2775

@piskvorky
Copy link
Owner

@mpenkov can you check what's going on with the failing builds? Thanks.

@tirkarthi
Copy link
Contributor Author

Thanks @piskvorky for the quick review

@piskvorky
Copy link
Owner

@tirkarthi can you merge the latest develop branch into this PR? That might fix the failing build.

@piskvorky
Copy link
Owner

piskvorky commented Apr 24, 2020

N/M, I figured I can push to your fork so I merged develop myself.

Your PR will become part of the next 3.8.3 release.

@piskvorky piskvorky added this to the 3.8.3 milestone Apr 24, 2020
@piskvorky piskvorky merged commit 996801b into piskvorky:develop Apr 24, 2020
@piskvorky piskvorky changed the title cElementTree has been deprecated since Python 3.3 and removed in Python 3.9 Compatibility: fix XML cElementTree (deprecated since Python 3.3 and removed in Python 3.9) Apr 24, 2020
@tirkarthi
Copy link
Contributor Author

Thanks again @piskvorky . Take care.

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.

xml.etree.cElementTree was deprecated and removed in Python 3.9 in favor of ElementTree
2 participants