Random832 wrote: > But sets also support symmetric difference ^, and intersection &. All the > bitwise operators mean the same thing that they do for an integer imagined as > a set of bit > values. The use of - for difference is the odd one out
....................and? _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/65PZKABDTMDYHR33P2ICF44VTO63PEP3/ Code of Conduct: http://python.org/psf/codeofconduct/
