Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
72fa3014
Commit
72fa3014
authored
Nov 09, 2017
by
Cody Scott
Committed by
Berker Peksag
Nov 09, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix phrasing in Doc/whatsnew/3.7.rst (GH-4318)
parent
01ae58d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/whatsnew/3.7.rst
Doc/whatsnew/3.7.rst
+3
-3
No files found.
Doc/whatsnew/3.7.rst
View file @
72fa3014
...
@@ -441,8 +441,8 @@ Optimizations
...
@@ -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
...
@@ -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`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment