mirror of
https://github.com/python/cpython.git
synced 2026-07-25 11:22:45 -04:00
92bf8691fb
* Constructors of subclasses of some buitin classes (e.g. tuple, list, frozenset) no longer accept arbitrary keyword arguments. * Subclass of set can now define a __new__() method with additional keyword parameters without overriding also __init__().