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
afc3dddb
Commit
afc3dddb
authored
Dec 22, 2013
by
R David Murray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make mailing list thread reference an inline link, reword i.e. abbreviation.
parent
c42b0339
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Doc/whatsnew/3.4.rst
Doc/whatsnew/3.4.rst
+5
-5
No files found.
Doc/whatsnew/3.4.rst
View file @
afc3dddb
...
...
@@ -97,7 +97,7 @@ New expected features for Python implementations:
* :ref:`improvements <codec-handling-improvements>` in the handling of
codecs that are not text encodings
* :ref:`A ModuleSpec Type <whatsnew-pep-451>` for the Import System
(:pep:`451`).
(:pep:`451`).
(Affects importer authors.)
New library modules:
...
...
@@ -283,12 +283,12 @@ PEP 451: A ModuleSpec Type for the Import System
------------------------------------------------
:pep:`451` provides an encapsulation of the information about a module
that the import machinery will use to load it
, (i.e. a module spec
).
that the import machinery will use to load it
(that is, a module specification
).
This helps simplify both the import implementation and several
import-related APIs. The change is also a stepping stone for several
future import-related improvements.
import-related APIs. The change is also a stepping stone for
`
several
future import-related improvements
`__
.
https://mail.python.org/pipermail/python-dev/2013-November/130111.html
__
https://mail.python.org/pipermail/python-dev/2013-November/130111.html
The public-facing changes from the PEP are entirely backward-compatible.
Furthermore, they should be transparent to everyone but importer
...
...
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