]> 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:30 +0000 (08:43 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 30 Sep 2006 08:43:30 +0000 (08:43 +0000)
commit5d59c0983431b0b7d3929dd2851b00e20e1d8c15
tree0ee7023af580fab706ed5f0c7bfeb14f99af0230
parent8c6674511b7fd0cafcdf00011eb91c3216be094f
Patch #1567691: super() and new.instancemethod() now don't accept
keyword arguments any more (previously they accepted them, but didn't
use them).
Lib/test/test_descr.py
Lib/test/test_new.py
Misc/NEWS
Objects/classobject.c
Objects/typeobject.c