From: Raymond Hettinger Date: Tue, 22 Mar 2011 00:54:04 +0000 (-0700) Subject: Issue #11628: cmp_to_key should use __slots__. X-Git-Tag: v3.3.0a1~2801 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4edd5435d30e49958b1c1e433ea3b4aa8da324;p=python Issue #11628: cmp_to_key should use __slots__. --- 0a4edd5435d30e49958b1c1e433ea3b4aa8da324 diff --cc Misc/NEWS index 76b42b8520,5589daf850..b9751b7436 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -81,9 -49,8 +81,11 @@@ Core and Builtin Library ------- +- Issue #11371: Mark getopt error messages as localizable. Patch by Filip + Gruszczyński. + + - 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.