diff options
author | Raymond Hettinger <python@rcn.com> | 2011-04-05 09:33:54 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-04-05 09:33:54 (GMT) |
commit | 7ab9e22e341603a1bf2fddd2eafa613bcd71b5cf (patch) | |
tree | 8444157bb22ce375730247924c9939a232a9c3ec /Misc | |
parent | 271b27e5fe96c82fbb62ecc8034baa5aaf53d228 (diff) | |
download | cpython-7ab9e22e341603a1bf2fddd2eafa613bcd71b5cf.zip cpython-7ab9e22e341603a1bf2fddd2eafa613bcd71b5cf.tar.gz cpython-7ab9e22e341603a1bf2fddd2eafa613bcd71b5cf.tar.bz2 |
Issue #11707: Fast C version of functools.cmp_to_key()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ Library - Issue #10791: Implement missing method GzipFile.read1(), allowing GzipFile to be wrapped in a TextIOWrapper. Patch by Nadeem Vawda. +- Issue #11707: Added a fast C version of functools.cmp_to_key(). + Patch by Filip GruszczyĆski. + - Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff. |