[Python-checkins] cpython (3.2): Move MANIFEST parsing change to the right position.

georg.brandl python-checkins at python.org
Sat Mar 17 18:38:13 CET 2012


http://hg.python.org/cpython/rev/4aff5493758b
changeset:   75795:4aff5493758b
branch:      3.2
parent:      75793:7464c8cf7466
user:        Georg Brandl <georg at python.org>
date:        Sat Mar 17 18:38:13 2012 +0100
summary:
  Move MANIFEST parsing change to the right position.

files:
  Misc/NEWS |  33 +++++++++++++++++++--------------
  1 files changed, 19 insertions(+), 14 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,32 +66,36 @@
 - Issue #13447: Add a test file to host regression tests for bugs in the
   scripts found in the Tools directory.
 
+- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
+  on 32-bit architectures. Initial patch by Philippe Devalkeneer.
+
+Extension Modules
+-----------------
+
+- Issue #14212: The re module didn't retain a reference to buffers it was
+  scanning, resulting in segfaults.
+
+
+What's New in Python 3.2.3 release candidate 2?
+===============================================
+
+*Release date: XX-Mar-2012*
+
+Library
+-------
+
 - Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
   on Windows.
 
-- Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
-  on 32-bit architectures. Initial patch by Philippe Devalkeneer.
-
 Extension Modules
 -----------------
 
-- Issue #14212: The re module didn't retain a reference to buffers it was
-  scanning, resulting in segfaults.
-
-
-What's New in Python 3.2.3 release candidate 2?
-===============================================
-
-*Release date: XX-Mar-2012*
-
-Library
--------
-
 - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
   table internal to the pyexpat module's copy of the expat library to avoid a
   denial of service due to hash collisions.  Patch by David Malcolm with some
   modifications by the expat project.
 
+
 What's New in Python 3.2.3 release candidate 1?
 ===============================================
 

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


More information about the Python-checkins mailing list