From: Benjamin Peterson Date: Sun, 5 Jul 2015 15:38:05 +0000 (-0500) Subject: merge 3.5 (#24569) X-Git-Tag: v3.6.0a1~2002 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f71cb0fee510044e7038670b971bf999f3b96d1;p=python merge 3.5 (#24569) --- 9f71cb0fee510044e7038670b971bf999f3b96d1 diff --cc Misc/NEWS index 324c1bb9ad,46881c334f..4ac9924fbc --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,22 -2,20 +2,36 @@@ 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? ==================================