Why this apparent assymetry in set operations?

Paul Rubin http
Tue Jan 15 13:22:34 EST 2008


Chris M <chris.monsanto at gmail.com> writes:
> precludes error-prone constructions like set('abc') & 'cbs' in favor
> of the more readable set('abc').intersection('cbs')."

set('abc') & set('cbs')



More information about the Python-list mailing list