Python News
+++++++++++
-What's New in Python 3.2.3 release candidate 1?
-===============================================
+What's New in Python 3.3.0 Alpha 2?
+===================================
-*Release date: 24-Feb-2011*
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
++- Issue #13719: Make the distutils upload command aware of bdist_msi products.
++
+- Issue #14007: Accept incomplete TreeBuilder objects (missing start, end,
+ data or close method) for the Python implementation as well.
+ Drop the no-op TreeBuilder().xml() method from the C implementation.
+
+
+What's New in Python 3.3.0 Alpha 1?
+===================================
+
+*Release date: 05-Mar-2012*
Core and Builtins
-----------------