Eric Snow <ericsnowcurren...@gmail.com> added the comment:

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.

----------
nosy: +eric.snow

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14609>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to