[Python-checkins] cpython: Move a NEWS entity to a correct place.

serhiy.storchaka python-checkins at python.org
Wed May 22 16:21:37 CEST 2013


http://hg.python.org/cpython/rev/eee4ef267509
changeset:   83891:eee4ef267509
parent:      83889:9afdd88fe33a
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Wed May 22 17:19:41 2013 +0300
summary:
  Move a NEWS entity to a correct place.

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,9 +10,6 @@
 Core and Builtins
 -----------------
 
-- Issue #17812: Fixed quadratic complexity of base64.b32encode().
-  Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
-
 - Issue #17937: Try harder to collect cyclic garbage at shutdown.
 
 - Issue #12370: Prevent class bodies from interfering with the __class__
@@ -107,6 +104,9 @@
 - Issue #17914: Add os.cpu_count(). Patch by Yogesh Chaudhari, based on an
   initial patch by Trent Nelson.
 
+- Issue #17812: Fixed quadratic complexity of base64.b32encode().
+  Optimize base64.b32encode() and base64.b32decode() (speed up to 3x).
+
 - Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of
   service using certificates with many wildcards (CVE-2013-2099).
 

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


More information about the Python-checkins mailing list