summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-02-21 17:54:36 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-02-21 17:54:36 (GMT)
commit2cef949c9d82e7f6bc1bd4b754a325a3e435755a (patch)
tree04d70649fc655aaec238b1b96428457e62f82de6 /Doc/whatsnew
parent5e06a5d4cdd1e2c0f41daedf6cfd5507fe76c773 (diff)
downloadcpython-2cef949c9d82e7f6bc1bd4b754a325a3e435755a.zip
cpython-2cef949c9d82e7f6bc1bd4b754a325a3e435755a.tar.gz
cpython-2cef949c9d82e7f6bc1bd4b754a325a3e435755a.tar.bz2
Issue 10160: Both single-arg and multi-arg calls have been sped-up.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.2.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index ac5d556..1baa9e1 100644
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -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