cpython/Lib/importlib
Brett Cannon 8d942296bb Issue #19719: Update various finder and loader ABCs such that their
old methods now provide implementations when PEP 451 APIs are present.

This should help with backwards-compatibility with code which has not
been updated to work with PEP 451.
2014-01-07 15:52:42 -05:00
..
__init__.py Issue 19713: Add PEP 451-related deprecations. 2014-01-06 20:49:04 -07:00
_bootstrap.py Issue 19713: Add PEP 451-related deprecations. 2014-01-06 20:49:04 -07:00
abc.py Issue #19719: Update various finder and loader ABCs such that their 2014-01-07 15:52:42 -05:00
machinery.py Implement PEP 451 (ModuleSpec). 2013-11-22 09:05:39 -07:00
util.py Issue 19713: Add PEP 451-related deprecations. 2014-01-06 20:49:04 -07:00