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 benjamin.peterson, brett.cannon, eric.snow, pjenvey
Date 2012-04-18.05:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334725563.46.0.700630671481.issue14609@psf.upfronthosting.co.za>
In-reply-to
Content
Loaders are in charge of adding the module to sys.modules (per PEP 302).  importlib codifies this in the module_for_loader() decorator, which the default loaders use.
History
Date User Action Args
2012-04-18 05:06:03eric.snowsetrecipients: + eric.snow, brett.cannon, pjenvey, benjamin.peterson
2012-04-18 05:06:03eric.snowsetmessageid: <1334725563.46.0.700630671481.issue14609@psf.upfronthosting.co.za>
2012-04-18 05:06:02eric.snowlinkissue14609 messages
2012-04-18 05:06:02eric.snowcreate