Core and Builtins
-----------------
- fails.
+ - Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc()
++ fail
++
+- Issue #17934: Add a clear() method to frame objects, to help clean up
+ expensive details (local variables) and break reference cycles.
+
+Library
+-------
+
+- Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
+
+- Issue #8860: Fixed rounding in timedelta constructor.
+
+
+What's New in Python 3.4.0 Alpha 1?
+===================================
+
+Release date: 2013-08-03
+
+Core and Builtins
+-----------------
- Issue #16741: Fix an error reporting in int().