[docs] [issue24515] docstring of isinstance
Luc Saffre
report at bugs.python.org
Fri Jun 26 11:49:10 CEST 2015
New submission from Luc Saffre:
The docstring of built-in function 'isinstance' should explain that if the classinfo is a tuple, the object must be instance of *any* (not *all*) of the class objects.
----------
assignee: docs at python
components: Documentation
messages: 245841
nosy: Luc Saffre, docs at python
priority: normal
severity: normal
status: open
title: docstring of isinstance
type: enhancement
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24515>
_______________________________________
More information about the docs
mailing list