[issue34461] Availability of parsers in etree initializer

Stefan Behnel report at bugs.python.org
Fri Aug 24 17:08:46 EDT 2018


Stefan Behnel <stefan_ml at behnel.de> added the comment:

The normal way to use ElementTree is to import the ElementTree module from the xml.etree package. Why do you think that needs to change? And why do you want to enforce an import of all modules before you even know which of them the users actually wants?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34461>
_______________________________________


More information about the Python-bugs-list mailing list