Program does not start
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TypeCatcher |
New
|
Undecided
|
Unassigned |
Bug Description
* The xml.etree.
It was removed and reverted in Python 3.9. Now is marked for deletion in Pythom 3.10.
But on some systems (mine: debian stable) this library was already deleted in Python 3.9 and "import xml.etree.
It happens that the new library has a different interfaces since:
* Methods Element.
https:/
Builder use the method getiterator(), so it crashes on start up.
I attach a small patch I used on my system. But I think that cannot be use in a general case.
Cheers
Flavio Barbara