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

Error 'xml.etree.ElementTree.Element' object has no attribute 'getchildren' when listing log in Python 3.9.x #175

Open
mellotanica opened this issue Jan 25, 2021 · 4 comments

Comments

@mellotanica
Copy link

when accessing a repository log with default_log() function using Python 3.9 an exception is risen, the used function seems to have been removed from xml library:

https://docs.python.org/3.8/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element.getchildren

@mellotanica
Copy link
Author

looking at the master branch code, the issue has already been solved.
yet the latest release package does not work with python 3.9

@Grandement
Copy link

I have noticed that the fix is not included in the zip or tar.gz file. It is mentioned in the change notes but unfortunately not in the final archive. Can you create a new release which includes the fix? In other words the common.py file in the archives still contains the getchild stuff.

@jimmydevine
Copy link

no longer maintained?

@mj-fox
Copy link

mj-fox commented Nov 8, 2024

Sadly still an issue in python 3.11, package installed via PIP

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

No branches or pull requests

4 participants