[Python-checkins] r88458 - python/branches/release32-maint/Doc/whatsnew/3.2.rst

raymond.hettinger python-checkins at python.org
Mon Feb 21 18:53:17 CET 2011


Author: raymond.hettinger
Date: Mon Feb 21 18:53:16 2011
New Revision: 88458

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

Modified:
   python/branches/release32-maint/Doc/whatsnew/3.2.rst

Modified: python/branches/release32-maint/Doc/whatsnew/3.2.rst
==============================================================================
--- python/branches/release32-maint/Doc/whatsnew/3.2.rst	(original)
+++ python/branches/release32-maint/Doc/whatsnew/3.2.rst	Mon Feb 21 18:53:16 2011
@@ -2372,9 +2372,9 @@
 :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


More information about the Python-checkins mailing list