]> granicus.if.org Git - python/commitdiff
move news thing around
authorBenjamin Peterson <benjamin@python.org>
Fri, 23 Mar 2012 03:32:23 +0000 (23:32 -0400)
committerBenjamin Peterson <benjamin@python.org>
Fri, 23 Mar 2012 03:32:23 +0000 (23:32 -0400)
Misc/NEWS

index bd91bb27578329278ec701ebb5652a0ae5f7882d..d7f63ae6a1173907919dae6df38e55e41867d54a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,6 +1,17 @@
 Python News
 +++++++++++
 
+What's New in Python 2.7.3 final?
+=================================
+
+*Release date: 2012-XX-XX*
+
+Library
+-------
+
+- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
+  on Windows.
+
 
 What's New in Python 2.7.3 release candidate 2?
 ===============================================
@@ -113,9 +124,6 @@ Core and Builtins
 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.