diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-13 20:25:56 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-08-13 20:25:56 (GMT) |
commit | 0c7907dd48968d492f50b774239954a6af1302d5 (patch) | |
tree | d2acb328e18ae8f23676dda03cdc8b2a4ac2f1c6 | |
parent | 9ed5f2726607c57c894af24159b6a7ccf660da7f (diff) | |
download | cpython-0c7907dd48968d492f50b774239954a6af1302d5.zip cpython-0c7907dd48968d492f50b774239954a6af1302d5.tar.gz cpython-0c7907dd48968d492f50b774239954a6af1302d5.tar.bz2 |
Remove duplicate text in 3.4 what's new (my bad)
-rw-r--r-- | Doc/whatsnew/3.4.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 147f07a..937da00 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 <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. |