Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

Why do you expect dict_values to support set operations?  Dict values unlike 
keys are not sets, they are more like lists.  Set operations of dict_values are 
not supported in 3.x either.

----------
nosy: +belopolsky -Alexander.Belopolsky

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8404>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to