Commit 2cef949c authored by Raymond Hettinger's avatar Raymond Hettinger

Issue 10160: Both single-arg and multi-arg calls have been sped-up.

parent 5e06a5d4
...@@ -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 slightly :func:`operator.attrgetter` function has been sped-up (:issue:`10160` by
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment