Python News
+++++++++++
-What's New in Python 3.4.4rc1?
-==============================
+What's New in Python 3.5.0 beta 2?
+==================================
+
+Release date: 2015-07-05
+
+Core and Builtins
+-----------------
+
+- Issue #11205: In dictionary displays, evaluate the key before the value.
+
+- Issue #24285: Fixed regression that prevented importing extension modules
+ from inside packages. Patch by Petr Viktorin.
+
+Library
+-------
+
++- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.
++ Original patch by David Moore.
++
+
+What's New in Python 3.5.0 beta 1?
+==================================
-Release date: tba
+Release date: 2015-05-24
Core and Builtins
-----------------