commit | b55911378fb34df08cd303895ef212e2a86d6606 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 10 22:36:02 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 10 22:36:02 2007 +0000 |
tree | 929f2bde84c0571279dce9e01c9659f07df4546a | |
parent | 1ff91d95a280449cfd9c723a081cb7b19a52e758 [diff] |
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.