summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-03-22 23:32:23 -0400
committerBenjamin Peterson <benjamin@python.org>2012-03-22 23:32:23 -0400
commiteee769031570064e073f1b05762521883c2a0f5d (patch)
tree5387fceb9ae6dff3f9a89d27c16b9926d7b5f798
parent021eddfff6c50ac64a430fc90fc23ace8ae07596 (diff)
downloadcpython-git-eee769031570064e073f1b05762521883c2a0f5d.tar.gz
move news thing around
-rw-r--r--Misc/NEWS14
1 files changed, 11 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd91bb2757..d7f63ae6a1 100644
--- 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.