Skip to content

Commit 72fa301

Browse files
Siecjeberkerpeksag
authored andcommitted
Fix phrasing in Doc/whatsnew/3.7.rst (pythonGH-4318)
1 parent 01ae58d commit 72fa301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,8 +441,8 @@ Optimizations
441441
INADA Naoki in :issue:`26110`.)
442442

443443
* Searching some unlucky Unicode characters (like Ukrainian capital "Є")
444-
in a string was to 25 times slower than searching other characters.
445-
Now it is slower only by 3 times in worst case.
444+
in a string was up to 25 times slower than searching other characters.
445+
Now it is slower only by 3 times in the worst case.
446446
(Contributed by Serhiy Storchaka in :issue:`24821`.)
447447

448448
* Fast implementation from standard C library is now used for functions
@@ -463,7 +463,7 @@ Optimizations
463463

464464
* :func:`re.compile` now converts ``flags`` parameter to int object if
465465
it is ``RegexFlag``. It is now as fast as Python 3.5, and faster than
466-
Python 3.6 about 10% depending on the pattern.
466+
Python 3.6 by about 10% depending on the pattern.
467467
(Contributed by INADA Naoki in :issue:`31671`.)
468468

469469
* :meth:`selectors.EpollSelector.modify`, :meth:`selectors.PollSelector.modify`

0 commit comments

Comments
 (0)