]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 11:45:24 +0000 (21:45 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Aug 2012 11:45:24 +0000 (21:45 +1000)
commitff79486bb5e353dd32fa422ff65a595a3ff1b554
tree8f41923225164f4ea7ed5329964550863ec220dd
parent8a9080feffc757360d0d73e4173189586098ffb5
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
Doc/library/importlib.rst
Lib/importlib/_bootstrap.py
Lib/importlib/abc.py
Lib/importlib/machinery.py
Lib/test/test_importlib/test_abc.py
Misc/NEWS
Python/importlib.h