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 nilanjan roy
Recipients nilanjan roy
Date 2018-08-22.10:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534934488.79.0.56676864532.issue34461@psf.upfronthosting.co.za>
In-reply-to
Content
As xml package make the availability of separate global name-space by *__all__* so considerably *etree* should have included of all the parser files in its initialize(i.e. in *__init__.py*). 

So if any script consider as "from xml import *" then *etree* should have accessibility on all of it's parser files i.e. etree should access like *etree.ElementTree* which is not working as expected currently. Currently it's enforced to use as normal behavior as "import xml.etree.ElementTree"
History
Date User Action Args
2018-08-22 10:41:28nilanjan roysetrecipients: + nilanjan roy
2018-08-22 10:41:28nilanjan roysetmessageid: <1534934488.79.0.56676864532.issue34461@psf.upfronthosting.co.za>
2018-08-22 10:41:28nilanjan roylinkissue34461 messages
2018-08-22 10:41:28nilanjan roycreate