This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients akuchling, alexandre.vassalotti, belopolsky, eric.smith, ezio.melotti
Date 2010-05-05.22:49:19
SpamBayes Score 0.026730249
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
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.
History
Date User Action Args
2010-05-05 22:49:21belopolskysetrecipients: + belopolsky, akuchling, eric.smith, alexandre.vassalotti, ezio.melotti
2010-05-05 22:49:21belopolskysetmessageid: <[email protected]>
2010-05-05 22:49:19belopolskylinkissue8404 messages
2010-05-05 22:49:19belopolskycreate