mirror of
https://github.com/python/cpython.git
synced 2025-09-28 11:15:17 +00:00
whatsnew: link from module_spec section to Deprecation, for replacements.
This commit is contained in:
parent
d664db8a7b
commit
a0b9eeb66d
1 changed files with 5 additions and 1 deletions
|
@ -382,7 +382,9 @@ The public-facing changes from the PEP are entirely backward-compatible.
|
||||||
Furthermore, they should be transparent to everyone but importer authors. Key
|
Furthermore, they should be transparent to everyone but importer authors. Key
|
||||||
finder and loader methods have been deprecated, but they will continue working.
|
finder and loader methods have been deprecated, but they will continue working.
|
||||||
New importers should use the new methods described in the PEP. Existing
|
New importers should use the new methods described in the PEP. Existing
|
||||||
importers should be updated to implement the new methods.
|
importers should be updated to implement the new methods. See the
|
||||||
|
:ref:`deprecated-3.4` section for a list of methods that should be replaced and
|
||||||
|
their replacements.
|
||||||
|
|
||||||
|
|
||||||
Other Language Changes
|
Other Language Changes
|
||||||
|
@ -2038,6 +2040,8 @@ Significant Optimizations
|
||||||
multiple threads. (Contributed by Antoine Pitrou in :issue:`18756`.)
|
multiple threads. (Contributed by Antoine Pitrou in :issue:`18756`.)
|
||||||
|
|
||||||
|
|
||||||
|
.. _deprecated-3.4:
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue