mirror of https://github.com/python/cpython
Add whatsnew note for GH-22904 (#24672)
This commit is contained in:
parent
73a85c4e1d
commit
e8f5ddd33e
|
@ -615,6 +615,11 @@ Optimizations
|
|||
bytecode level. It is now around 100% faster to create a function with parameter
|
||||
annotations. (Contributed by Yurii Karabas and Inada Naoki in :issue:`42202`)
|
||||
|
||||
* Substring search functions such as ``str1 in str2`` and ``str2.find(str1)``
|
||||
now sometimes use Crochemore & Perrin's "Two-Way" string searching
|
||||
algorithm to avoid quadratic behavior on long strings. (Contributed
|
||||
by Dennis Sweeney in :issue:`41972`)
|
||||
|
||||
Deprecated
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue