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

Skip to content

Commit a51497a

Browse files
committed
Merge 3.2.3 release clone.
2 parents b96a354 + 507776e commit a51497a

8 files changed

Lines changed: 15 additions & 13 deletions

File tree

.hgtags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ c860feaa348d663e598986894ee4680480577e15 v3.2.2rc1
9898
137e45f15c0bd262c9ad4c032d97425bc0589456 v3.2.2
9999
7085403daf439adb3f9e70ef13f6bedb1c447376 v3.2.3rc1
100100
428f05cb7277e1d42bb9dd8d1af6b6270ebc6112 v3.2.3rc2
101+
3d0686d90f55a78f96d9403da2c52dc2411419d0 v3.2.3

Include/patchlevel.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 2
2121
#define PY_MICRO_VERSION 3
22-
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
23-
#define PY_RELEASE_SERIAL 2
22+
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23+
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.2.3rc2+"
26+
#define PY_VERSION "3.2.3+"
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.3rc2"
16+
__version__ = "3.2.3"
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.3rc2"
1+
IDLE_VERSION = "3.2.3"

Misc/NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ Extension Modules
167167
What's New in Python 3.2.3?
168168
===========================
169169

170-
*Release date: XX-Mar-2012*
170+
*Release date: 10-Apr-2012*
171171

172-
Core and Builtins
173-
-----------------
172+
Build
173+
-----
174174

175-
Library
176-
-------
175+
- Issue #14387: Work around a problem building extension modules under Windows
176+
by undefining ``small`` before use in the Python headers.
177177

178178

179179
What's New in Python 3.2.3 release candidate 2?

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.3rc2
42+
%define version 3.2.3
4343
%define libvers 3.2
4444
#--end constants--
4545
%define release 1pydotorg

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
This is Python version 3.2.3 rc2
2-
================================
1+
This is Python version 3.2.3
2+
============================
33

44
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
55
2012 Python Software Foundation. All rights reserved.

Tools/msi/uuids.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
'3.2.2121':'{DFB29A53-ACC4-44e6-85A6-D0DA26FE8E4E}', # 3.2.2rc1
9494
'3.2.2150':'{4CDE3168-D060-4b7c-BC74-4D8F9BB01AFD}', # 3.2.2
9595
'3.2.3121':'{B8E8CFF7-E4C6-4a7c-9F06-BB3A8B75DDA8}', # 3.2.3rc1
96+
'3.2.3122':'{E8DCD3E0-12B6-4fb7-9DB5-543C2E67372E}', # 3.2.3rc2
9697
'3.2.3150':'{789C9644-9F82-44d3-B4CA-AC31F46F5882}', # 3.2.3
9798

9899
}

0 commit comments

Comments
 (0)