File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 `
You can’t perform that action at this time.
0 commit comments