Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

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?

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35338>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to