This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients eli.bendersky, nilanjan roy, scoder
Date 2018-08-24.21:08:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535144926.73.0.56676864532.issue34461@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2018-08-24 21:08:46scodersetrecipients: + scoder, eli.bendersky, nilanjan roy
2018-08-24 21:08:46scodersetmessageid: <1535144926.73.0.56676864532.issue34461@psf.upfronthosting.co.za>
2018-08-24 21:08:46scoderlinkissue34461 messages
2018-08-24 21:08:46scodercreate