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 eric.snow
Recipients brett.cannon, eric.snow, georg.brandl, pitrou, python-dev, sfeltman
Date 2012-08-17.17:36:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
When people want to import modules with "runtime" names, they regrettably turn to __import__() and likely will for a while.  What a source of headaches!

If it were less convenient to use __import__(), perhaps fewer people would use it.  Could we remove it from <module>.__builtins__, so that it would not be found during the lookup chain?  We could still expose it in the builtins module or move it to imp.
History
Date User Action Args
2012-08-17 17:36:04eric.snowsetrecipients: + eric.snow, brett.cannon, georg.brandl, pitrou, python-dev, sfeltman
2012-08-17 17:36:04eric.snowsetmessageid: <[email protected]>
2012-08-17 17:36:03eric.snowlinkissue15715 messages
2012-08-17 17:36:03eric.snowcreate