[Python-3000] [PATCH] Implement remaining rich comparison operations on dictviews
Keir Mierle
mierle at gmail.com
Fri Aug 24 06:03:39 CEST 2007
This patch implements rich comparisons with dict views such that
dict().keys() can be compared like a set (i.e. < is subset, etc).
Keir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dictview_richcompare.diff
Type: text/x-patch
Size: 4420 bytes
Desc: not available
Url : http://mail.python.org/pipermail/python-3000/attachments/20070823/9623468b/attachment.bin
More information about the Python-3000
mailing list