[issue9659] frozenset, when subclassed will yield warning upon call to super(...).__init__(iterable)

Daniel Stutzbach report at bugs.python.org
Sun Aug 22 17:26:14 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

I can reproduce it in Python 3.1 and 3.2  I don't have a build of Python 2.7 handy at the moment to test it there.

In Python 3.2 and 2.7, DeprecationWarnings are silenced by default.  I had to start Python 3.2 with "-W always::DeprecationWarning" to see the problem.

----------

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


More information about the Python-bugs-list mailing list