diff options
author | Raymond Hettinger <python@rcn.com> | 2011-03-22 00:50:28 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-03-22 00:50:28 (GMT) |
commit | a0d1d96771f41e24c1c369ef8b10e5a8f7d6c36a (patch) | |
tree | d8afb23aaed3e15c3c8fd1b45002d64d1a1f86b1 /Misc | |
parent | 779a5b0b3aac6a5dcd8473f770e1573a48b51f7d (diff) | |
download | cpython-a0d1d96771f41e24c1c369ef8b10e5a8f7d6c36a.zip cpython-a0d1d96771f41e24c1c369ef8b10e5a8f7d6c36a.tar.gz cpython-a0d1d96771f41e24c1c369ef8b10e5a8f7d6c36a.tar.bz2 |
Issue #11628: cmp_to_key should use __slots__.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Issue #11628: cmp_to_key generated class should use __slots__ + - Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejar for expiration year greater than 2038 on 32-bit systems. |