From: R David Murray Date: Fri, 20 Dec 2013 19:50:12 +0000 (-0500) Subject: Make the 'PEP 446' string link to the PEP in whatsnew new feature description. X-Git-Tag: v3.4.0b2~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9909c27dffad01bb59ab7961f5eba5ef5163128;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 748fb73c8854..e36fe7387e8b 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -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`: :ref:`Make newly created file descriptors non-inheritable `. * command line option for :ref:`isolated mode `, (:issue:`16499`). * :ref:`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 ============================================================