intersection, union, difference, symmetric difference for dictionaries
Nick Timkovich
prometheus235 at gmail.com
Tue Feb 25 15:37:51 EST 2014
More information about the Python-list mailing list
Tue Feb 25 15:37:51 EST 2014
- Previous message (by thread): intersection, union, difference, symmetric difference for dictionaries
- Next message (by thread): intersection, union, difference, symmetric difference for dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, Feb 25, 2014 at 2:32 PM, mauro <mauro at gmail.com> wrote: > > So I wonder why operations such us intersection, union, difference, > symmetric difference that are available for sets and are not available > for dictionaries without going via key dictviews. How would the set operations apply to the dictionary values?
- Previous message (by thread): intersection, union, difference, symmetric difference for dictionaries
- Next message (by thread): intersection, union, difference, symmetric difference for dictionaries
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list