Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
236819310db3fe6f2fb22d48b780fa6ec253b6c7
/
Lib
/
test
/
test_abc.py
b9e15f7
Make isinstance(OldstyleClass, NewstyleClass) return False instead of raising
by Jeffrey Yasskin
· 17 years ago
608c1d8
Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too?
by Christian Heimes
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
57bd60b
Working on issue #1762: Brought
by Jeffrey Yasskin
· 17 years ago
fd1c245
Fix issue 1747: allow classic classes to be checked for being subclasses of
by Jeffrey Yasskin
· 18 years ago
64c06e3
Backport of _abccoll.py by Benjamin Arangueren, issue 1383.
by Guido van Rossum
· 18 years ago
b559113
Patch # 1026 by Benjamin Aranguren (with Alex Martelli):
by Guido van Rossum
· 18 years ago