summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-10 17:27:27 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-10 17:27:27 (GMT)
commit470f33f50b446f17c2729899cdea4edd46b4f0da (patch)
treeb1a9f88ab1260466345331cd6f8f764c8a36feb1 /Misc
parentaa589b3ca7b2bf680b6d9338a0fbf831289f067f (diff)
downloadcpython-470f33f50b446f17c2729899cdea4edd46b4f0da.zip
cpython-470f33f50b446f17c2729899cdea4edd46b4f0da.tar.gz
cpython-470f33f50b446f17c2729899cdea4edd46b4f0da.tar.bz2
News entry for f91ecbc8bafc.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8257286..5e03fb3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,13 +5,13 @@ Python News
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?