]> granicus.if.org Git - python/commit
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
authorRaymond Hettinger <python@rcn.com>
Tue, 3 May 2011 18:01:32 +0000 (11:01 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 May 2011 18:01:32 +0000 (11:01 -0700)
commit003be529323a395be4a17c779aff7e4737170bbf
tree77277ef2fa91c41d4beed7dd1f4b2dc9da1f26ae
parent5098d44354d612445aa2dd97a304ed0c0660f236
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS