Python News
+++++++++++
-What's New in Python 3.2.4
-==========================
+What's New in Python 3.3.0 Beta 2?
+==================================
+
+*Release date: xx-xxx-2012*
+
+Core and Builtins
+-----------------
+
+
+Library
+-------
+
++- Issue #10571: Fix the "--sign" option of distutils' upload command.
++ Patch by Jakub Wilk.
++
+- Issue #9559: If messages were only added, a new file is no longer
+ created and renamed over the old file when flush() is called on an
+ mbox, MMDF or Babyl mailbox.
-*Release date: XX-XX-XXXX*
+- Issue 10924: Fixed mksalt() to use a RNG that is suitable for cryptographic
+ purpose.
+
+Extension Modules
+-----------------
+
+- Issue #15194: Update libffi to the 3.0.11 release.
+
+Tools/Demos
+-----------
+
+- Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have
+ been enhanced to show information on more C frames relevant to CPython within
+ the "py-bt" and "py-bt-full" commands:
+ * C frames that are waiting on the GIL
+ * C frames that are garbage-collecting
+ * C frames that are due to the invocation of a PyCFunction
+
+What's New in Python 3.3.0 Beta 1?
+==================================
+
+*Release date: 27-Jun-2012*
Core and Builtins
-----------------