| commit | 10ab4aeb86d72dc2a454ebd09693870a8e5cab4b | [log] [tgz] |
|---|---|---|
| author | Guido van Rossum <guido@python.org> | Thu Aug 23 23:57:24 2007 +0000 |
| committer | Guido van Rossum <guido@python.org> | Thu Aug 23 23:57:24 2007 +0000 |
| tree | a41c95cdcb34068304c15e119a734682ff17d4c3 | |
| parent | 928115af726eb620c051933d61c5ac06aa86bd86 [diff] |
Patch by Keir Mierle so that sets can be compared to other objects that know how to compare themselves to sets. (Prep work for making dict views more set-like.)