]> granicus.if.org Git - python/commitdiff
fix reordering
authorBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 08:27:11 +0000 (00:27 -0800)
committerBenjamin Peterson <benjamin@python.org>
Sat, 5 Dec 2015 08:27:11 +0000 (00:27 -0800)
Misc/NEWS

index fd04cd11198b5dbd84a0ba125afea8f0dea8d03b..86d7c5ef834af944988ee9a211ce752995ed840f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,10 +47,6 @@ Library
 - Issue #23365: Fixed possible integer overflow in
   itertools.combinations_with_replacement.
 
-- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
-  JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
-  Vranken.
-
 C API
 -----
 
@@ -123,6 +119,10 @@ Library
 - Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
   broken by the fix for security issue #19435.  Patch by Zach Byrne.
 
+- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
+  JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
+  Vranken.
+
 Tests
 -----