[Python-checkins] cpython: whatsnew: link from module_spec section to Deprecation, for replacements.

r.david.murray python-checkins at python.org
Fri Mar 14 03:17:50 CET 2014


http://hg.python.org/cpython/rev/f2c257820a73
changeset:   89651:f2c257820a73
user:        R David Murray <rdmurray at bitdance.com>
date:        Thu Mar 13 22:17:28 2014 -0400
summary:
  whatsnew: link from module_spec section to Deprecation, for replacements.

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -382,7 +382,9 @@
 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 @@
   multiple threads. (Contributed by Antoine Pitrou in :issue:`18756`.)
 
 
+.. _deprecated-3.4:
+
 Deprecated
 ==========
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list