]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()
authorGuido van Rossum <guido@python.org>
Tue, 2 Apr 2002 17:53:47 +0000 (17:53 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 2 Apr 2002 17:53:47 +0000 (17:53 +0000)
commit155db9aa222e96fcaf2db4d80b414098889a7c5d
tree1140cb6381b5c3b90189de53c9f0f0919f556fae
parent103b548a76535720cd379ea6295958caa8e6e025
SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()
broken w/ classmethods.

Bugfix candidate.
Lib/test/test_descr.py
Objects/typeobject.c