[issue13972] set and frozenset constructors don't accept multiple iterables

Raymond Hettinger report at bugs.python.org
Sat Feb 11 01:56:48 CET 2012


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

It is present in union and intersection because chained operations are reasonably common.  I don't think it makes much sense in the constructors because it doesn't correspond to how people think of (make this a set).

----------
assignee:  -> rhettinger
nosy: +rhettinger
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13972>
_______________________________________


More information about the Python-bugs-list mailing list