Closed adrianandreias closed 10 years ago
First of all first for this project :).
xml.etree is missing from stdlib_list.py and wrongly reports it as local module.
I.e.: from xml.etree import ElementTree as ET
Also:
I did actually write a script to generate it initially but apparently it was buggy and missed some. I've been adding them manually since. I'll make sure I've sorted xml in the next release :-)
First of all first for this project :).
xml.etree is missing from stdlib_list.py and wrongly reports it as local module.
I.e.: from xml.etree import ElementTree as ET
Also: