diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 15:26:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-31 15:26:04 (GMT) |
commit | e974571d36009e327a97bb83389cf05c2b858288 (patch) | |
tree | 2f4985227e462222cdb88331aa6aa04c29d71a00 /Misc | |
parent | 65b4af34d706206f45f0a4fb5768548b176f977e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |