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

Petri Lehtinen report at bugs.python.org
Thu Feb 9 09:16:28 CET 2012


New submission from Petri Lehtinen <petri at digip.org>:

set.update() and friends accept multiple iterables. IMHO, set and frozenset constructors should, too.

----------
components: Interpreter Core
messages: 152931
nosy: petri.lehtinen
priority: normal
severity: normal
status: open
title: set and frozenset constructors don't accept multiple iterables
type: enhancement
versions: Python 3.3

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


More information about the Python-bugs-list mailing list