[Python-checkins] cpython: Remove duplicate text in 3.4 what's new (my bad)

antoine.pitrou python-checkins at python.org
Tue Aug 13 22:26:12 CEST 2013


http://hg.python.org/cpython/rev/f07e4ebfca55
changeset:   85159:f07e4ebfca55
parent:      85157:e7f6cef7a4cc
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Aug 13 22:25:56 2013 +0200
summary:
  Remove duplicate text in 3.4 what's new (my bad)

files:
  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
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -109,9 +109,6 @@
 * 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 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list