tkrajina/gpxpy

getchildren was removed in Python 3.9 in favor of list

Closed this issue · 0 comments

https://bugzilla.redhat.com/show_bug.cgi?id=1792064

gpxpy/test.py

Line 3166 in 5c9323c

self.assertEqual("125", extensions[0].getchildren()[0].text.strip())

Thanks for the library!