Skip to content

Drop deprecated xml.etree.ElementTree.Element.getchildren() calls

Miro Hrončok requested to merge hroncok/gobject-introspection:python39 into master

The XML elements are implicitly iterable in all Python versions including at least 2.7 and 3.2+.

The .getchildren() method is deprecated since 2.7 and 3.2, removed in 3.9.

Fixes #325 (closed)

Merge request reports