]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* Bring lookkey() and lookkey_string() closer to dict version.
authorRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 08:28:03 +0000 (08:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 08:28:03 +0000 (08:28 +0000)
commited6c1ef8c3ca1b75579b5f451c38c15f990d2e28
tree93426518c640094bfe140e680d6368e63f3dac4b
parent00148226df1af0f6ef120492c07fb5a8013087fc
* Bring lookkey() and lookkey_string() closer to dict version.
* Use set_next() for looping in issubset() and frozenset_hash().
* Re-order the presentation of cmp and hash functions.
Objects/setobject.c