-
-
Notifications
You must be signed in to change notification settings - Fork 907
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
getchildren() method was removed from the ElementTree and Element classes in Python 3.9. This commit uses built-in iter() and list() methods instead of the removed one. This fix was suggested in the Python 3.9 release notes: https://docs.python.org/3.9/whatsnew/3.9.html#removed
- Loading branch information
1 parent
639edbe
commit 34ab164
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters