]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1567691: super() and new.instancemethod() now don't accept
authorGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 08:43:35 +0000 (08:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 08:43:35 +0000 (08:43 +0000)
commitadf8a1d0cb146f91ceff8963bd4b95dbe015a89f
treefea9bc04b1fc1c1ff15f8f5e0d6b240787511c5f
parent3b3a7fc75e342fbff7b429acba67e8b18b4cbfa5
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