Message 324559 - Python tracker

Message324559

Author nilanjan roy
Recipients eli.bendersky, nilanjan roy, scoder, serhiy.storchaka
Date 2018-09-04.06:50:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536043845.01.0.56676864532.issue34461@psf.upfronthosting.co.za>
In-reply-to
Content
@serhiy.storchaka: 

If I concur with your comment then probably declaration of *__all__** over xml initializer(__init__) is little contradictory - because whenever we declare __all__ to enable global-scope means API provides the flexibility to use * during package import. Now this is totally depends on developer how the script need to optimize/simulate during development. Yes agree * should not be used due to high reference of memory usage. But as far __init__.py of xml and python convention this should not be explicitly restricted
History
Date User Action Args
2018-09-04 06:50:45nilanjan roysetrecipients: + nilanjan roy, scoder, eli.bendersky, serhiy.storchaka
2018-09-04 06:50:45nilanjan roysetmessageid: <1536043845.01.0.56676864532.issue34461@psf.upfronthosting.co.za>
2018-09-04 06:50:44nilanjan roylinkissue34461 messages
2018-09-04 06:50:44nilanjan roycreate