Issue 1670167: isinstance.doc is somewhat irritating (original) (raw)
"With a type as second argument, return whether that is the object's type."
That sentence does not really make sense, at least not for new-style classes. After reading that, one could expect that isinstance(1, object) would return False. I think the best thing would be to just drop that sentence from the doc string.