Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 226af70

Browse files
committed
Bump to 3.2.3rc2.
1 parent c73f6da commit 226af70

6 files changed

Lines changed: 13 additions & 16 deletions

File tree

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
#define PY_MINOR_VERSION 2
2121
#define PY_MICRO_VERSION 3
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 1
23+
#define PY_RELEASE_SERIAL 2
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.2.3rc1+"
26+
#define PY_VERSION "3.2.3rc2"
2727
/*--end constants--*/
2828

2929
/* Subversion Revision number of this file (not of the repository). Empty

Lib/distutils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# Updated automatically by the Python release process.
1414
#
1515
#--start constants--
16-
__version__ = "3.2.3rc1"
16+
__version__ = "3.2.3rc2"
1717
#--end constants--

Lib/idlelib/idlever.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IDLE_VERSION = "3.2.3rc1"
1+
IDLE_VERSION = "3.2.3rc2"

Misc/NEWS

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,25 @@
22
Python News
33
+++++++++++
44

5-
What's New in Python 3.2.3?
6-
===========================
7-
8-
*Release date: XX-XXX-2012*
9-
10-
115
What's New in Python 3.2.3 release candidate 2?
126
===============================================
137

14-
*Release date: XX-Mar-2012*
8+
*Release date: 18-Mar-2012*
159

1610
Library
1711
-------
1812

13+
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
14+
on Windows.
15+
16+
Extension Modules
17+
-----------------
18+
1919
- Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash
2020
table internal to the pyexpat module's copy of the expat library to avoid a
2121
denial of service due to hash collisions. Patch by David Malcolm with some
2222
modifications by the expat project.
2323

24-
- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
25-
on Windows.
26-
2724

2825
What's New in Python 3.2.3 release candidate 1?
2926
===============================================

Misc/RPM/python-3.2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
%define name python
4141
#--start constants--
42-
%define version 3.2.3rc1
42+
%define version 3.2.3rc2
4343
%define libvers 3.2
4444
#--end constants--
4545
%define release 1pydotorg

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is Python version 3.2.3 rc1
1+
This is Python version 3.2.3 rc2
22
================================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,

0 commit comments

Comments
 (0)