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 eli.bendersky, nilanjan roy, scoder
Date 2018-09-03.07:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535958611.61.0.56676864532.issue34461@psf.upfronthosting.co.za>
In-reply-to
Content
@scoder: *xml* package organization have little confusion 

1. Current xml have exposed all the sub-packages from *__all__* scope from the initializer - so there are possibilities to write code from script 
a. *import xml as x* or *import xml.somepackage as x* => which is also possible even if I do not declare the sub-packages from *__all__* scope
of an initializer
b. as all the subpackages are available in xml initialzer scope- so this is allowed to developer to write *from xml import ** - but this flexibility will not work(which is contradictory)  as each of sub-package initializer doesn't have any inclusion(which i have included in PR) 

Regards,
History
Date User Action Args
2018-09-03 07:10:11nilanjan roysetrecipients: + nilanjan roy, scoder, eli.bendersky
2018-09-03 07:10:11nilanjan roysetmessageid: <1535958611.61.0.56676864532.issue34461@psf.upfronthosting.co.za>
2018-09-03 07:10:11nilanjan roylinkissue34461 messages
2018-09-03 07:10:11nilanjan roycreate