]> 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:16:36 +0000 (11:16 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 3 May 2011 18:16:36 +0000 (11:16 -0700)
commite7a2430ddedd3d236e1741b047d133cf461eb0de
tree6abec258ede9b5b31d05211430620c606fc5ad21
parent4e787aeed6079bc3ddda13be8b18a4e8992cd561
parent003be529323a395be4a17c779aff7e4737170bbf
Fix __hash__ in functools.cmp_to_key() to work with collections.Hashable.
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS