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@python
components: Documentation
messages: 253130
nosy: Michael Crouch, docs@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue25432>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to