mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Close #15519: Properly expose WindowsRegistryFinder in importlib and bring the name into line with normal import terminology. Original patch by Eric Snow
This commit is contained in:
parent
8a9080feff
commit
ff79486bb5
7 changed files with 2537 additions and 2524 deletions
|
|
@ -603,6 +603,17 @@ find and load modules.
|
|||
instantiation.
|
||||
|
||||
|
||||
.. class:: WindowsRegistryFinder
|
||||
|
||||
:term:`Finder` for modules declared in the Windows registry. This class
|
||||
implements the :class:`importlib.abc.MetaPathFinder` ABC.
|
||||
|
||||
Only class methods are defined by this class to alleviate the need for
|
||||
instantiation.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
|
||||
|
||||
.. class:: PathFinder
|
||||
|
||||
:term:`Finder` for :data:`sys.path`. This class implements the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue