mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
This commit is contained in:
parent
01ae58d446
commit
72fa3014d5
1 changed files with 3 additions and 3 deletions
|
@ -441,8 +441,8 @@ Optimizations
|
||||||
INADA Naoki in :issue:`26110`.)
|
INADA Naoki in :issue:`26110`.)
|
||||||
|
|
||||||
* Searching some unlucky Unicode characters (like Ukrainian capital "Є")
|
* Searching some unlucky Unicode characters (like Ukrainian capital "Є")
|
||||||
in a string was to 25 times slower than searching other characters.
|
in a string was up to 25 times slower than searching other characters.
|
||||||
Now it is slower only by 3 times in worst case.
|
Now it is slower only by 3 times in the worst case.
|
||||||
(Contributed by Serhiy Storchaka in :issue:`24821`.)
|
(Contributed by Serhiy Storchaka in :issue:`24821`.)
|
||||||
|
|
||||||
* Fast implementation from standard C library is now used for functions
|
* Fast implementation from standard C library is now used for functions
|
||||||
|
@ -463,7 +463,7 @@ Optimizations
|
||||||
|
|
||||||
* :func:`re.compile` now converts ``flags`` parameter to int object if
|
* :func:`re.compile` now converts ``flags`` parameter to int object if
|
||||||
it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than
|
it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than
|
||||||
Python 3.6 about 10% depending on the pattern.
|
Python 3.6 by about 10% depending on the pattern.
|
||||||
(Contributed by INADA Naoki in :issue:`31671`.)
|
(Contributed by INADA Naoki in :issue:`31671`.)
|
||||||
|
|
||||||
* :meth:`selectors.EpollSelector.modify`, :meth:`selectors.PollSelector.modify`
|
* :meth:`selectors.EpollSelector.modify`, :meth:`selectors.PollSelector.modify`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue