]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().
authorRaymond Hettinger <python@rcn.com>
Thu, 11 Jan 2007 18:22:55 +0000 (18:22 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 11 Jan 2007 18:22:55 +0000 (18:22 +0000)
commit9fdfadb06ee3c6d182af084afaa97bc6bf4652bc
tree98dbbae4cf1e3e87bd32c96c7914af1983912f06
parenta398e2d0592464b6594bac0e4ee3ef091cce5159
SF #1486663 -- Allow keyword args in subclasses of set() and frozenset().
Lib/test/test_set.py
Objects/setobject.c