cpython/Lib/importlib
Brett Cannon 3fe35e6503 Issue #18193: Add importlib.reload(), documenting (but not
implementing in code) the deprecation of imp.reload().

Thanks to Berker Peksag for the patch.
2013-06-14 15:04:26 -04:00
..
__init__.py Issue #18193: Add importlib.reload(), documenting (but not 2013-06-14 15:04:26 -04:00
_bootstrap.py Issue #15767: Touch up ModuleNotFoundError usage by import. 2013-06-12 23:29:18 -04:00
abc.py Issue #18200: Update the stdlib (except tests) to use 2013-06-13 20:57:26 -04:00
machinery.py Issue #15576: Allow extension modules to be a package's __init__ 2012-08-10 13:47:54 -04:00
util.py fix whitespace 2013-05-31 18:57:45 -04:00