]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch with Keir Mierle: add rich comparisons between dict views and sets,
authorGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 22:33:45 +0000 (22:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 24 Aug 2007 22:33:45 +0000 (22:33 +0000)
commitaac530cdec5e79ce2a1230df82bcc32bd7bd97b9
tree80fa0c3dc1edb3cd6903acef43b132db9f9eeb37
parentc3ee950979cf3b9220dd51774b57b6208c4f315c
Patch with Keir Mierle: add rich comparisons between dict views and sets,
at least for .keys() and .items() (not .values() of course).
Lib/test/test_dict.py
Objects/dictobject.c