]> granicus.if.org Git - python/commitdiff
Make the 'PEP 446' string link to the PEP in whatsnew new feature description.
authorR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:50:12 +0000 (14:50 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 20 Dec 2013 19:50:12 +0000 (14:50 -0500)
I also further qualified the cross reference link, since those are
global names.

Doc/whatsnew/3.4.rst

index 748fb73c885497ddb7d66f360b20eb11444d9359..e36fe7387e8bb11f0a68a13ffae9505695c4a629 100644 (file)
@@ -101,7 +101,7 @@ New library modules:
 
 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 @@ install ``pip`` along with CPython itself.
       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
 ============================================================