[issue8436] set.__init__ accepts keyword args

Raymond Hettinger report at bugs.python.org
Sun Apr 18 07:42:28 CEST 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

If you submit a patch, be sure to include a test that covers both set.__init__() and frozenset.__init__().  Model the code are the equivalent checks in Modules/itertoolsmodule.c

----------
priority:  -> low
stage:  -> needs patch
versions: +Python 2.6, Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list