[docs] [issue25432] isinstance documentation doesn't explain what happens when type is tuple

Michael Crouch report at bugs.python.org
Sat Oct 17 10:46:04 EDT 2015


New submission from Michael Crouch:

In the section on isinstance() in the Python Standard Library documentation Chapter 2 (https://docs.python.org/3.6/library/functions.html#isinstance) , it says that classinfo "may be a tuple of type objects", but it doesn't explain what the semantics are in that case (e.g., that it will return true iff it is an instance of any of the types in the tuple).

----------
assignee: docs at python
components: Documentation
messages: 253130
nosy: Michael Crouch, docs at python
priority: normal
severity: normal
status: open
title: isinstance documentation doesn't explain what happens when type is tuple
versions: Python 2.7, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25432>
_______________________________________


More information about the docs mailing list