blob: 579b57ee2d43338bb2df020fb1f1da4a92fc587f [file] [log] [blame]
Constructors of subclasses of some buitin classes (e.g. :class:`tuple`,
:class:`list`, :class:`frozenset`) no longer accept arbitrary keyword
arguments. Subclass of :class:`set` can now define a ``__new__()`` method
with additional keyword parameters without overriding also ``__init__()``.