From: Antoine Pitrou Date: Tue, 13 Aug 2013 20:25:56 +0000 (+0200) Subject: Remove duplicate text in 3.4 what's new (my bad) X-Git-Tag: v3.4.0a2~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c7907dd48968d492f50b774239954a6af1302d5;p=python Remove duplicate text in 3.4 what's new (my bad) --- diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 147f07ae23..937da00c57 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -109,9 +109,6 @@ Significantly Improved Library Modules: * SHA-3 (Keccak) support for :mod:`hashlib`. * TLSv1.1 and TLSv1.2 support for :mod:`ssl`. -* SHA-3 (Keccak) support for :mod:`hashlib`. -* TLSv1.1 and TLSv1.2 support for :mod:`ssl`. - Security improvements: * command line option for :ref:`isolated mode `, @@ -124,9 +121,6 @@ Please read on for a comprehensive list of user-facing changes. PEP 445: Add new APIs to customize Python memory allocators =========================================================== -PEP 445: Add new APIs to customize Python memory allocators -=========================================================== - The :pep:`445` adds new Application Programming Interfaces (API) to customize Python memory allocators.