summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-10 19:27:27 +0200
committerGeorg Brandl <georg@python.org>2012-04-10 19:27:27 +0200
commit470f33f50b446f17c2729899cdea4edd46b4f0da (patch)
treeb1a9f88ab1260466345331cd6f8f764c8a36feb1
parentaa589b3ca7b2bf680b6d9338a0fbf831289f067f (diff)
downloadcpython-git-470f33f50b446f17c2729899cdea4edd46b4f0da.tar.gz
News entry for f91ecbc8bafc.
-rw-r--r--Misc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82572866b0..5e03fb334b 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?