Remove duplicate text in 3.4 what's new (my bad)

This commit is contained in:
Antoine Pitrou 2013-08-13 22:25:56 +02:00
parent 9ed5f27266
commit 0c7907dd48
1 changed files with 0 additions and 6 deletions

View 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.