diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-03-14 02:17:28 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-03-14 02:17:28 (GMT) |
commit | a0b9eeb66d958037c96f80b730e8d1e5dfbf4265 (patch) | |
tree | 70486f469d36512123ff31a246b5afef41fbb765 /Doc | |
parent | d664db8a7b71e9785520f911abe1618416e0c6bd (diff) | |
download | cpython-a0b9eeb66d958037c96f80b730e8d1e5dfbf4265.zip cpython-a0b9eeb66d958037c96f80b730e8d1e5dfbf4265.tar.gz cpython-a0b9eeb66d958037c96f80b730e8d1e5dfbf4265.tar.bz2 |
whatsnew: link from module_spec section to Deprecation, for replacements.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 001b4d9..aedd6e2 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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 finder and loader methods have been deprecated, but they will continue working. 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 @@ -2038,6 +2040,8 @@ Significant Optimizations multiple threads. (Contributed by Antoine Pitrou in :issue:`18756`.) +.. _deprecated-3.4: + Deprecated ========== |