summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-02-25 17:30:26 (GMT)
committerGeorg Brandl <georg@python.org>2012-02-25 17:30:26 (GMT)
commit48605a65b546fe028eff0f5d4a4be3065cac7d6c (patch)
tree32795fa598e2825e600d33dcf36ea3fe1fed8a06 /Misc
parent29b925548c415b8b4d4085de5a353f68bf4062a6 (diff)
downloadcpython-48605a65b546fe028eff0f5d4a4be3065cac7d6c.zip
cpython-48605a65b546fe028eff0f5d4a4be3065cac7d6c.tar.gz
cpython-48605a65b546fe028eff0f5d4a4be3065cac7d6c.tar.bz2
3.2.3rc1 done
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS20
1 files changed, 16 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 329770f..3e63d86 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,10 +2,25 @@
Python News
+++++++++++
+What's New in Python 3.2.3?
+===========================
+
+*Release date: XX-XXX-2012*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
+ on Windows.
+
+
What's New in Python 3.2.3 release candidate 1?
===============================================
-*Release date: 24-Feb-2011*
+*Release date: 24-Feb-2012*
Core and Builtins
-----------------
@@ -124,9 +139,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.