From a93ca971a504678d18bae1b46b8cff528a8f562c Mon Sep 17 00:00:00 2001 From: R David Murray Date: Sun, 22 Dec 2013 14:10:21 -0500 Subject: Be consistent in how PEPs are referenced throughout the summary section. --- Doc/whatsnew/3.4.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 12b4dac..a894bcd 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -101,7 +101,8 @@ New library modules: New expected features for Python implementations: -* :pep:`446`: :ref:`Make newly created file descriptors non-inheritable `. +* :ref:`Make newly created file descriptors non-inheritable ` + (:pep:`446`). * command line option for :ref:`isolated mode `, (:issue:`16499`). * :ref:`improvements ` in the handling of @@ -123,12 +124,13 @@ Significantly Improved Library Modules: CPython implementation improvements: -* :pep:`442`: :ref:`Safe object finalization ` +* :ref:`Safe object finalization ` (:pep:`442`). * Leveraging :pep:`442`, :ref:`module globals are no longer set to None during finalization `, in most cases (:issue:`18214`). -* :pep:`445`: :ref:`Configurable memory allocators ` -* :pep:`456`: :ref:`Secure and interchangeable hash algorithm ` -* :pep:`436`: :ref:`Argument Clinic `. +* :ref:`Configurable memory allocators ` (:pep:`445`). +* :ref:`Secure and interchangeable hash algorithm ` + (:pep:`456`). +* :ref:`Argument Clinic ` (:pep:`436`). * A more efficient :mod:`marshal` format (:issue:`16475`). Please read on for a comprehensive list of user-facing changes. -- cgit v0.12