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 python-dev
Recipients benjamin.peterson, brett.cannon, dmi.baranov, ezio.melotti, flox, python-dev
Date 2013-04-29.13:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3ZzmQd2YTFz7LkZ@mail.python.org>
In-reply-to
Content
New changeset 08ce30768003 by Benjamin Peterson in branch '3.3':
raise an ImportError (rather than fatal) when __import__ is not found in __builtins__ (closes #17867)
http://hg.python.org/cpython/rev/08ce30768003
History
Date User Action Args
2013-04-29 13:08:42python-devsetrecipients: + python-dev, brett.cannon, benjamin.peterson, ezio.melotti, flox, dmi.baranov
2013-04-29 13:08:42python-devlinkissue17867 messages
2013-04-29 13:08:41python-devcreate