summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-31 15:26:04 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-31 15:26:04 (GMT)
commite974571d36009e327a97bb83389cf05c2b858288 (patch)
tree2f4985227e462222cdb88331aa6aa04c29d71a00 /Misc
parent65b4af34d706206f45f0a4fb5768548b176f977e (diff)
downloadcpython-e974571d36009e327a97bb83389cf05c2b858288.zip
cpython-e974571d36009e327a97bb83389cf05c2b858288.tar.gz
cpython-e974571d36009e327a97bb83389cf05c2b858288.tar.bz2
Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fc8c648..ca66be0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Core and Builtins
Library
-------
+- Issue #10160: Speed up operator.attrgetter. Patch by Christos Georgiou.
+
- logging: Added style option to basicConfig() to allow %, {} or $-formatting.
- Issue #5729: json.dumps() now supports using a string such as '\t'