- Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
Based on patch from Hervé Coatanhay.
-Documentation
--------------
-
-- Issue #8799: Fix and improve the threading.Condition documentation.
-
+- Issue #14321: Do not run pgen during the build if files are up to date.
+ Documentation
+ -------------
+
+ - Issue #14034: added the argparse tutorial.
+
-What's New in Python 3.2.3 release candidate 2?
-===============================================
-
-*Release date: XX-Mar-2012*
-
-Library
--------
+- Issue #14324: Fix configure tests for cross builds.
-- Issue #6884: Fix long-standing bugs with MANIFEST.in parsing in distutils
- on Windows.
+- Issue #14327: Call AC_CANONICAL_HOST in configure.ac and check in
+ config.{guess,sub}. Don't use uname calls for cross builds.
Extension Modules
-----------------