]> granicus.if.org Git - python/commitdiff
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
authorRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2011 17:53:16 +0000 (17:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 21 Feb 2011 17:53:16 +0000 (17:53 +0000)
Doc/whatsnew/3.2.rst

index ac5d55647a1eb0efd1eeef0389a540b9880d3443..1baa9e14708f5376f571136d12c9b3cd921ca5c2 100644 (file)
@@ -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:`1569291` by Alexander Belopolsky). The :class:`BaseHTTPRequestHandler`
 has more efficient buffering (:issue:`3709` by Andrew Schaaf).  The
-multi-argument form of :func:`operator.attrgetter` function now runs slightly
-faster (:issue:`10160` by Christos Georgiou).  And :class:`ConfigParser` loads
-multi-line arguments a bit faster (:issue:`7113` by Łukasz Langa).
+:func:`operator.attrgetter` function has been sped-up (:issue:`10160` by
+Christos Georgiou).  And :class:`ConfigParser` loads multi-line arguments a bit
+faster (:issue:`7113` by Łukasz Langa).
 
 
 Unicode