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, sfeltman
Date 2012-08-16.23:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345158882.66.0.441315747075.issue15715@psf.upfronthosting.co.za>
In-reply-to
Content
While this is a regression, 3.3 definitely puts an increased emphasis on using importlib.import_module() instead of builtins.__import__().  Any reason why import_module() isn't used?

As to the regression, while the current behavior makes more sense, it is contrary to a common idiom when using __import__().  However, given the push away from using __import__(), perhaps it can just stay this way.  Oh backward compatibility...
History
Date User Action Args
2012-08-16 23:14:42eric.snowsetrecipients: + eric.snow, brett.cannon, sfeltman
2012-08-16 23:14:42eric.snowsetmessageid: <1345158882.66.0.441315747075.issue15715@psf.upfronthosting.co.za>
2012-08-16 23:14:42eric.snowlinkissue15715 messages
2012-08-16 23:14:41eric.snowcreate