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 mark.dickinson
Recipients SilentGhost, carandraug, mark.dickinson, rhettinger, xtreak
Date 2018-11-29.12:52:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543495942.65.0.788709270274.issue35338@psf.upfronthosting.co.za>
In-reply-to
Content
What would the intersection of zero sets be? The only reasonable mathematical answer is either "not defined", or "the universe" - i.e., the set containing everything, but what would "everything" be in a Python context?

I also don't see how a difference of zero sets makes any sense; you need a set to start subtracting items from.

So I think this feature request only really applies to union.
History
Date User Action Args
2018-11-29 12:52:22mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, SilentGhost, xtreak, carandraug
2018-11-29 12:52:22mark.dickinsonsetmessageid: <1543495942.65.0.788709270274.issue35338@psf.upfronthosting.co.za>
2018-11-29 12:52:22mark.dickinsonlinkissue35338 messages
2018-11-29 12:52:22mark.dickinsoncreate