]> granicus.if.org Git - python/commit
Patch #1567691: super() and new.instancemethod() now don't accept
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 08:43:50 +0000 (08:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 08:43:50 +0000 (08:43 +0000)
commitaf4337a0173d8ae9117b3c82c814ab2b9e635b35
treefe9ce93831aae9f771d13d238ce25d4276c94dc4
parentbbcb2814f2745ddd652480c3a932911680881544
Patch #1567691: super() and new.instancemethod() now don't accept
keyword arguments any more (previously they accepted them, but didn't
use them).
 (backport from rev. 52058)
Lib/test/test_descr.py
Lib/test/test_new.py
Misc/NEWS
Objects/classobject.c
Objects/typeobject.c