Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5cbb8410
Commit
5cbb8410
authored
Mar 24, 2018
by
Himanshu Lakhara
Committed by
Brett Cannon
Mar 23, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriate ABC (GH-6061)
parent
8bcfa02e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Doc/library/importlib.rst
Doc/library/importlib.rst
+1
-1
Misc/NEWS.d/next/Documentation/2018-03-11-00-16-56.bpo-27428.B7A8FT.rst
...xt/Documentation/2018-03-11-00-16-56.bpo-27428.B7A8FT.rst
+2
-0
No files found.
Doc/library/importlib.rst
View file @
5cbb8410
...
...
@@ -1030,7 +1030,7 @@ find and load modules.
..
class
::
WindowsRegistryFinder
:
term
:`
Finder
`
for
modules
declared
in
the
Windows
registry
.
This
class
implements
the
:
class
:`
importlib
.
abc
.
Finder
`
ABC
.
implements
the
:
class
:`
importlib
.
abc
.
MetaPath
Finder
`
ABC
.
Only
class
methods
are
defined
by
this
class
to
alleviate
the
need
for
instantiation
.
...
...
Misc/NEWS.d/next/Documentation/2018-03-11-00-16-56.bpo-27428.B7A8FT.rst
0 → 100644
View file @
5cbb8410
Update documentation to clarify that ``WindowsRegistryFinder`` implements
``MetaPathFinder``. (Patch by Himanshu Lakhara)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment