]> granicus.if.org Git - python/commit
Issue #15502: Bring the importlib ABCs into line with the current state of the import...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 11:26:03 +0000 (21:26 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 11:26:03 +0000 (21:26 +1000)
commit8a9080feffc757360d0d73e4173189586098ffb5
tree9199a6a30f436fcc310ad16ff64f145f00822e2c
parenta90f311d0592f6ab56068441413a1925bd7393f4
Issue #15502: Bring the importlib ABCs into line with the current state of the import protocols given PEP 420. Original patch by Eric Snow.
Doc/library/importlib.rst
Lib/importlib/abc.py
Lib/test/test_importlib/source/test_abc_loader.py
Lib/test/test_importlib/test_abc.py
Misc/NEWS