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 remi.lapeyre
Recipients SilentGhost, carandraug, mark.dickinson, remi.lapeyre, rhettinger, xtreak
Date 2018-11-29.13:25:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543497924.9.0.788709270274.issue35338@psf.upfronthosting.co.za>
In-reply-to
Content
The intersection of an empty set of sets is either the empty set or the universe sets so if set.union() is defined to support set.union(*sequence), wouldn't it be less surprising for set.intersection() to return the empty set too?
History
Date User Action Args
2018-11-29 13:25:24remi.lapeyresetrecipients: + remi.lapeyre, rhettinger, mark.dickinson, SilentGhost, xtreak, carandraug
2018-11-29 13:25:24remi.lapeyresetmessageid: <1543497924.9.0.788709270274.issue35338@psf.upfronthosting.co.za>
2018-11-29 13:25:24remi.lapeyrelinkissue35338 messages
2018-11-29 13:25:24remi.lapeyrecreate