3.2.3rc1 done

This commit is contained in:
Georg Brandl 2012-02-25 18:30:26 +01:00
parent 29b925548c
commit 48605a65b5
2 changed files with 17 additions and 5 deletions

View file

@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1 #define PY_RELEASE_SERIAL 1
/* Version as a string */ /* Version as a string */
#define PY_VERSION "3.2.3rc1" #define PY_VERSION "3.2.3rc1+"
/*--end constants--*/ /*--end constants--*/
/* Subversion Revision number of this file (not of the repository). Empty /* Subversion Revision number of this file (not of the repository). Empty

View file

@ -2,10 +2,25 @@
Python News 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? What's New in Python 3.2.3 release candidate 1?
=============================================== ===============================================
*Release date: 24-Feb-2011* *Release date: 24-Feb-2012*
Core and Builtins Core and Builtins
----------------- -----------------
@ -124,9 +139,6 @@ Core and Builtins
Library 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 - Issue #8033: sqlite3: Fix 64-bit integer handling in user functions
on 32-bit architectures. Initial patch by Philippe Devalkeneer. on 32-bit architectures. Initial patch by Philippe Devalkeneer.