[Python-checkins] cpython: Make the 'PEP 446' string link to the PEP in whatsnew new feature description.

r.david.murray python-checkins at python.org
Fri Dec 20 21:12:02 CET 2013


http://hg.python.org/cpython/rev/759e989a229e
changeset:   88094:759e989a229e
user:        R David Murray <rdmurray at bitdance.com>
date:        Fri Dec 20 14:50:12 2013 -0500
summary:
  Make the 'PEP 446' string link to the PEP in whatsnew new feature description.

I also further qualified the cross reference link, since those are
global names.

files:
  Doc/whatsnew/3.4.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 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
@@ -101,7 +101,7 @@
 
 New expected features for Python implementations:
 
-* :ref:`PEP 446: Make newly created file descriptors non-inheritable <pep-446>`.
+* :pep:`446`: :ref:`Make newly created file descriptors non-inheritable <whatsnew-pep-446>`.
 * command line option for :ref:`isolated mode <using-on-misc-options>`,
   (:issue:`16499`).
 * :ref:`improvements <codec-handling-improvements>` in the handling of
@@ -170,7 +170,7 @@
       Donald Stufft, Nick Coghlan, Martin von Löwis and Ned Deily.
 
 
-.. _pep-446:
+.. _whatsnew-pep-446:
 
 PEP 446: Make newly created file descriptors non-inheritable
 ============================================================

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


More information about the Python-checkins mailing list