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
dc4f7c09
Commit
dc4f7c09
authored
May 28, 2016
by
Eric Snow
Browse files
Options
Browse Files
Download
Plain Diff
Issue #27147: Mention PEP 420 in the importlib docs.
parents
76c4161b
338502b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
Doc/library/importlib.rst
Doc/library/importlib.rst
+3
-0
Misc/NEWS
Misc/NEWS
+2
-0
No files found.
Doc/library/importlib.rst
View file @
dc4f7c09
...
...
@@ -52,6 +52,9 @@ generically as an :term:`importer`) to participate in the import process.
:
pep
:`
366
`
Main
module
explicit
relative
imports
:
pep
:`
420
`
Implicit
namespace
packages
:
pep
:`
451
`
A
ModuleSpec
Type
for
the
Import
System
...
...
Misc/NEWS
View file @
dc4f7c09
...
...
@@ -105,6 +105,8 @@ Core and Builtins
-
Issue
#
27138
:
Fix
the
doc
comment
for
FileFinder
.
find_spec
().
-
Issue
#
27147
:
Mention
PEP
420
in
the
importlib
docs
.
-
Issue
#
25339
:
PYTHONIOENCODING
now
has
priority
over
locale
in
setting
the
error
handler
for
stdin
and
stdout
.
...
...
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