summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-11 10:46:24 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-11 10:46:24 (GMT)
commita51497ab86519bd66fc2758a16493752ba59dad8 (patch)
tree7b226db5103ffec095e77f09eb2dc74785519fd9 /Misc
parentb96a3545565a4b08260a7d4e833d94dcff2cc36b (diff)
parent507776e787045abfa55f8c229fb7dde71834effd (diff)
downloadcpython-a51497ab86519bd66fc2758a16493752ba59dad8.zip
cpython-a51497ab86519bd66fc2758a16493752ba59dad8.tar.gz
cpython-a51497ab86519bd66fc2758a16493752ba59dad8.tar.bz2
Merge 3.2.3 release clone.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS10
-rw-r--r--Misc/RPM/python-3.2.spec2
2 files changed, 6 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7abd469..ebdfa7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,13 +167,13 @@ Extension Modules
What's New in Python 3.2.3?
===========================
-*Release date: XX-Mar-2012*
+*Release date: 10-Apr-2012*
-Core and Builtins
------------------
+Build
+-----
-Library
--------
+- Issue #14387: Work around a problem building extension modules under Windows
+ by undefining ``small`` before use in the Python headers.
What's New in Python 3.2.3 release candidate 2?
diff --git a/Misc/RPM/python-3.2.spec b/Misc/RPM/python-3.2.spec
index 87bfda1..18f3e77 100644
--- a/Misc/RPM/python-3.2.spec
+++ b/Misc/RPM/python-3.2.spec
@@ -39,7 +39,7 @@
%define name python
#--start constants--
-%define version 3.2.3rc2
+%define version 3.2.3
%define libvers 3.2
#--end constants--
%define release 1pydotorg