diff options
author | Georg Brandl <georg@python.org> | 2012-04-10 17:27:27 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-10 17:27:27 (GMT) |
commit | 470f33f50b446f17c2729899cdea4edd46b4f0da (patch) | |
tree | b1a9f88ab1260466345331cd6f8f764c8a36feb1 /Misc | |
parent | aa589b3ca7b2bf680b6d9338a0fbf831289f067f (diff) | |
download | cpython-470f33f50b446f17c2729899cdea4edd46b4f0da.zip cpython-470f33f50b446f17c2729899cdea4edd46b4f0da.tar.gz cpython-470f33f50b446f17c2729899cdea4edd46b4f0da.tar.bz2 |
News entry for f91ecbc8bafc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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? |