mirror of https://github.com/python/cpython
d9a6ad3beb
supported as the second argument. This has the same meaning as for isinstance(), i.e. issubclass(X, (A, B)) is equivalent to issubclass(X, A) or issubclass(X, B). Compared to isinstance(), this patch does not search the tuple recursively for classes, i.e. any entry in the tuple that is not a class, will result in a TypeError. This closes SF patch #649608. |
||
---|---|---|
.. | ||
.cvsignore | ||
abstract.tex | ||
api.tex | ||
concrete.tex | ||
exceptions.tex | ||
init.tex | ||
intro.tex | ||
memory.tex | ||
newtypes.tex | ||
refcounting.tex | ||
refcounts.dat | ||
utilities.tex | ||
veryhigh.tex |