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
Date 2012-04-14.20:31:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334435501.08.0.930274319662.issue14582@psf.upfronthosting.co.za>
In-reply-to
Content
Right now importlib doesn't use what loader.load_module() returns as that was what import.c did. But PEP 302 explicitly states that load_module() is expected to return the module that was loaded. So to save a dict lookup I want to rely on the return value of load_module().
History
Date User Action Args
2012-04-14 20:31:41brett.cannonsetrecipients: + brett.cannon
2012-04-14 20:31:41brett.cannonsetmessageid: <1334435501.08.0.930274319662.issue14582@psf.upfronthosting.co.za>
2012-04-14 20:31:40brett.cannonlinkissue14582 messages
2012-04-14 20:31:40brett.cannoncreate