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 Amit.Saha
Recipients Amit.Saha, docs@python, georg.brandl
Date 2013-04-27.12:16:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367064991.08.0.69934018018.issue17854@psf.upfronthosting.co.za>
In-reply-to
Content
I think the only change I am suggesting is the description of the ^ operator to be something like this:

set ^ other ^ ..
Return a new set with elements from the sets which are not present in more than one set

I do understand that this is not really what the operator and the corresponding operation symmetric_difference() allows semantically. But it does make it consistent with the description of operators such as the | or &, but then their operation allows multiple sets semantically.

Hmm may be it is fine as it is..
History
Date User Action Args
2013-04-27 12:16:31Amit.Sahasetrecipients: + Amit.Saha, georg.brandl, docs@python
2013-04-27 12:16:31Amit.Sahasetmessageid: <1367064991.08.0.69934018018.issue17854@psf.upfronthosting.co.za>
2013-04-27 12:16:31Amit.Sahalinkissue17854 messages
2013-04-27 12:16:30Amit.Sahacreate