This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients Ramchandra Apte, franck, mark.dickinson
Date 2013-02-08.14:55:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360335326.41.0.642955053204.issue17157@psf.upfronthosting.co.za>
In-reply-to
Content
What's the use case for this?  issubclass already accept tuples, just like isinstance:

>>> issubclass(bool, (int, float))
True
History
Date User Action Args
2013-02-08 14:55:26mark.dickinsonsetrecipients: + mark.dickinson, Ramchandra Apte, franck
2013-02-08 14:55:26mark.dickinsonsetmessageid: <1360335326.41.0.642955053204.issue17157@psf.upfronthosting.co.za>
2013-02-08 14:55:26mark.dickinsonlinkissue17157 messages
2013-02-08 14:55:26mark.dickinsoncreate