Python News
+++++++++++
+What's New in Python 3.6.0 alpha 1?
+===================================
+
+Release date: XXXX-XX-XX
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+- Issue #24426: Fast searching optimization in regular expressions now works
+ for patterns that starts with capturing groups. Fast searching optimization
+ now can't be disabled at compile time.
+
+
+ What's New in Python 3.5.0 beta 4?
+ ==================================
+
+ *Release date: XXXX-XX-XX*
+
+ Core and Builtins
+ -----------------
+
+ - Issue #24569: Make PEP 448 dictionary evaluation more consistent.
+
+ Library
+ -------
+
+
What's New in Python 3.5.0 beta 3?
==================================