diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:50:12 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:50:12 (GMT) |
commit | f9909c27dffad01bb59ab7961f5eba5ef5163128 (patch) | |
tree | 7b83b91d64f64fc730b2190e64fc37c0b283b53b /Doc | |
parent | 6d5cb07382ff53bead8d84e3332256250bed5652 (diff) | |
download | cpython-f9909c27dffad01bb59ab7961f5eba5ef5163128.zip cpython-f9909c27dffad01bb59ab7961f5eba5ef5163128.tar.gz cpython-f9909c27dffad01bb59ab7961f5eba5ef5163128.tar.bz2 |
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.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 index 748fb73..e36fe73 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>`. +* :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 ============================================================ |