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 brett.cannon
Recipients brett.cannon, terry.reedy
Date 2013-08-31.13:14:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377954895.88.0.954687357994.issue18831@psf.upfronthosting.co.za>
In-reply-to
Content
builtins.__import__ and importlib.__import__ are different objects.

This isn't about whether this is whole situation is a bug per-se, but whether users expect that overriding builtins.__import__ will affect all import-related code in the stdlib and if that's reasonable.
History
Date User Action Args
2013-08-31 13:14:55brett.cannonsetrecipients: + brett.cannon, terry.reedy
2013-08-31 13:14:55brett.cannonsetmessageid: <1377954895.88.0.954687357994.issue18831@psf.upfronthosting.co.za>
2013-08-31 13:14:55brett.cannonlinkissue18831 messages
2013-08-31 13:14:55brett.cannoncreate