From: Nick Coghlan Date: Fri, 3 Jul 2015 09:52:05 +0000 (+1000) Subject: Merge fix for #24458 from 3.5 X-Git-Tag: v3.6.0a1~2007 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11e6d79eca724697f096ba465046c8ea4f8cf86d;p=python Merge fix for #24458 from 3.5 --- 11e6d79eca724697f096ba465046c8ea4f8cf86d diff --cc Misc/NEWS index b6dd9ab709,09d79a40cd..37d988cfd2 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -2,28 -2,6 +2,22 @@@ 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. + - Documentation - ------------- - - - Issue #24351: Clarify what is meant by "identifier" in the context of - string.Template instances. - + What's New in Python 3.5.0 beta 3? ==================================