]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
authorGuido van Rossum <guido@python.org>
Mon, 10 Sep 2007 22:36:02 +0000 (22:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Sep 2007 22:36:02 +0000 (22:36 +0000)
commitb55911378fb34df08cd303895ef212e2a86d6606
tree929f2bde84c0571279dce9e01c9659f07df4546a
parent1ff91d95a280449cfd9c723a081cb7b19a52e758
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
Backport abc.py and isinstance/issubclass overloading to 2.6.

I had to backport test_typechecks.py myself, and make one small change
to abc.py to avoid duplicate work when x.__class__ and type(x) are the
same.
Lib/abc.py [new file with mode: 0644]
Lib/test/test_abc.py [new file with mode: 0644]
Lib/test/test_typechecks.py [new file with mode: 0644]
Objects/abstract.c