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
9cbb97b2
Commit
9cbb97b2
authored
Sep 11, 2019
by
jdkandersson
Committed by
Steve Dower
Sep 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-37574: Mention helper functions for find_spec documentation (GH-14739)
parent
2ec70102
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Doc/library/importlib.rst
Doc/library/importlib.rst
+4
-1
No files found.
Doc/library/importlib.rst
View file @
9cbb97b2
...
@@ -274,6 +274,8 @@ ABC hierarchy::
...
@@ -274,6 +274,8 @@ ABC hierarchy::
parent
package
.
If
a
spec
cannot
be
found
,
``
None
``
is
returned
.
parent
package
.
If
a
spec
cannot
be
found
,
``
None
``
is
returned
.
When
passed
in
,
``
target
``
is
a
module
object
that
the
finder
may
When
passed
in
,
``
target
``
is
a
module
object
that
the
finder
may
use
to
make
a
more
educated
guess
about
what
spec
to
return
.
use
to
make
a
more
educated
guess
about
what
spec
to
return
.
:
func
:`
importlib
.
util
.
spec_from_loader
`
may
be
useful
for
implementing
concrete
``
MetaPathFinders
``.
..
versionadded
::
3.4
..
versionadded
::
3.4
...
@@ -323,7 +325,8 @@ ABC hierarchy::
...
@@ -323,7 +325,8 @@ ABC hierarchy::
within
the
:
term
:`
path
entry
`
to
which
it
is
assigned
.
If
a
spec
within
the
:
term
:`
path
entry
`
to
which
it
is
assigned
.
If
a
spec
cannot
be
found
,
``
None
``
is
returned
.
When
passed
in
,
``
target
``
cannot
be
found
,
``
None
``
is
returned
.
When
passed
in
,
``
target
``
is
a
module
object
that
the
finder
may
use
to
make
a
more
educated
is
a
module
object
that
the
finder
may
use
to
make
a
more
educated
guess
about
what
spec
to
return
.
guess
about
what
spec
to
return
.
:
func
:`
importlib
.
util
.
spec_from_loader
`
may
be
useful
for
implementing
concrete
``
PathEntryFinders
``.
..
versionadded
::
3.4
..
versionadded
::
3.4
...
...
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