]> granicus.if.org Git - python/commitdiff
Remove duplicate text in 3.4 what's new (my bad)
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 20:25:56 +0000 (22:25 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 13 Aug 2013 20:25:56 +0000 (22:25 +0200)
Doc/whatsnew/3.4.rst

index 147f07ae235bfe8b91f7bac9dd1bac51c8b8739e..937da00c57e0b6b53dea28100b287ac13b24fe5f 100644 (file)
@@ -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 <using-on-misc-options>`,
@@ -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.