We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce39ab commit 643a781Copy full SHA for 643a781
Doc/library/importlib.rst
@@ -799,7 +799,7 @@ find and load modules.
799
.. class:: WindowsRegistryFinder
800
801
:term:`Finder` for modules declared in the Windows registry. This class
802
- implements the :class:`importlib.abc.Finder` ABC.
+ implements the :class:`importlib.abc.MetaPathFinder` ABC.
803
804
Only class methods are defined by this class to alleviate the need for
805
instantiation.
Misc/NEWS.d/next/Documentation/2018-03-11-00-16-56.bpo-27428.B7A8FT.rst
@@ -0,0 +1,2 @@
1
+Update documentation to clarify that ``WindowsRegistryFinder`` implements
2
+``MetaPathFinder``. (Patch by Himanshu Lakhara)
0 commit comments