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
2cef949c
Commit
2cef949c
authored
Feb 21, 2011
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
parent
5e06a5d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/whatsnew/3.2.rst
Doc/whatsnew/3.2.rst
+3
-3
No files found.
Doc/whatsnew/3.2.rst
View file @
2cef949c
...
@@ -2372,9 +2372,9 @@ when one operand is much larger than the other (patch by Andress Bennetts in
...
@@ -2372,9 +2372,9 @@ when one operand is much larger than the other (patch by Andress Bennetts in
:issue:`8685`). The :meth:`array.repeat` method has a faster implementation
:issue:`8685`). The :meth:`array.repeat` method has a faster implementation
(:issue:`1569291` by Alexander Belopolsky). The :class:`BaseHTTPRequestHandler`
(:issue:`1569291` by Alexander Belopolsky). The :class:`BaseHTTPRequestHandler`
has more efficient buffering (:issue:`3709` by Andrew Schaaf). The
has more efficient buffering (:issue:`3709` by Andrew Schaaf). The
multi-argument form of :func:`operator.attrgetter` function now runs slightl
y
:func:`operator.attrgetter` function has been sped-up (:issue:`10160` b
y
faster (:issue:`10160` by Christos Georgiou). And :class:`ConfigParser` loads
Christos Georgiou). And :class:`ConfigParser` loads multi-line arguments a bit
multi-line arguments a bit
faster (:issue:`7113` by Łukasz Langa).
faster (:issue:`7113` by Łukasz Langa).
Unicode
Unicode
...
...
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