[New-bugs-announce] [issue16437] issubclass doc improvement

Yongzhi Pan report at bugs.python.org
Thu Nov 8 15:04:40 CET 2012


New submission from Yongzhi Pan:

http://docs.python.org/3/library/functions.html#issubclass

"classinfo may be a tuple of class objects."

I suggest make it clear like isinstance, use something like this:

classinfo may be a tuple of class objects and such tuples.

----------
assignee: docs at python
components: Documentation
messages: 175158
nosy: docs at python, fossilet
priority: normal
severity: normal
status: open
title: issubclass doc improvement
versions: Python 3.3, Python 3.4

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


More information about the New-bugs-announce mailing list