]> granicus.if.org Git - python/commitdiff
Merge fix for #24458 from 3.5
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Jul 2015 09:52:05 +0000 (19:52 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Jul 2015 09:52:05 +0000 (19:52 +1000)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index b6dd9ab709763538ef97495eab82fde7e379012d,09d79a40cdab47418e23d0c4dfd135cc4928daf1..37d988cfd22975130c7cbffccc9594e14e3515c6
+++ b/Misc/NEWS
@@@ -2,28 -2,6 +2,22 @@@
  Python News
  +++++++++++
  
- Documentation
- -------------
- - Issue #24351: Clarify what is meant by "identifier" in the context of
-   string.Template instances.
 +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 3?
  ==================================