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 serhiy.storchaka
Recipients aeros, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2019-08-20.07:02:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566284531.82.0.925162408113.issue37890@roundup.psfhosted.org>
In-reply-to
Content
1) __import__() can be used for purpose. I would not change this.

3) How would you distinguish the case when the module have an attribute with the value is None and when it does not have the attribute at all? This information would lost with your change.
History
Date User Action Args
2019-08-20 07:02:11serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, aeros
2019-08-20 07:02:11serhiy.storchakasetmessageid: <1566284531.82.0.925162408113.issue37890@roundup.psfhosted.org>
2019-08-20 07:02:11serhiy.storchakalinkissue37890 messages
2019-08-20 07:02:11serhiy.storchakacreate