From: Georg Brandl Date: Tue, 10 Apr 2012 17:27:27 +0000 (+0200) Subject: News entry for f91ecbc8bafc. X-Git-Tag: v3.2.3~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=470f33f50b446f17c2729899cdea4edd46b4f0da;p=thirdparty%2FPython%2Fcpython.git News entry for f91ecbc8bafc. --- diff --git a/Misc/NEWS b/Misc/NEWS index 82572866b0d7..5e03fb334b5e 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?