cpython/Lib/importlib
Brett Cannon 927d87470a If a module injects something into sys.modules as a side-effect of
importation, then respect that injection.

Discovered thanks to Lib/xml/parsers/expat.py injecting
xml.parsers.expat.errors and etree now importing that directly as a
module.
2012-04-02 20:33:56 -04:00
..
test If a module injects something into sys.modules as a side-effect of 2012-04-02 20:33:56 -04:00
__init__.py Update importlib.invalidate_caches() to be more general. 2012-02-27 18:15:42 -05:00
_bootstrap.py If a module injects something into sys.modules as a side-effect of 2012-04-02 20:33:56 -04:00
abc.py unused imports, pep8 2012-02-24 21:48:17 -08:00
machinery.py Check in the fact that importlib.machinery.PathFinder now exists. 2009-02-05 02:52:57 +00:00
util.py PEP 3147 2010-04-17 00:19:56 +00:00