Message 323872 - Python tracker (original) (raw)
Message323872
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:28 | nilanjan roy | set | recipients: + nilanjan roy |
2018-08-22 10:41:28 | nilanjan roy | set | messageid: 1534934488.79.0.56676864532.issue34461@psf.upfronthosting.co.za |
2018-08-22 10:41:28 | nilanjan roy | link | issue34461 messages |
2018-08-22 10:41:28 | nilanjan roy | create |