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 cool-RR
Recipients amaury.forgeotdarc, cool-RR
Date 2010-11-28.22:01:54
SpamBayes Score 0.00013781812
Marked as misclassified No
Message-id <1290981716.1.0.337834845211.issue10569@psf.upfronthosting.co.za>
In-reply-to
Content
But do you think it's a good idea that `issubclass(1, list)` raises an exception? Why not simply return `False`?

Do you think there's someone out there who's counting on `issubclass` to raise an exception?
History
Date User Action Args
2010-11-28 22:01:56cool-RRsetrecipients: + cool-RR, amaury.forgeotdarc
2010-11-28 22:01:56cool-RRsetmessageid: <1290981716.1.0.337834845211.issue10569@psf.upfronthosting.co.za>
2010-11-28 22:01:54cool-RRlinkissue10569 messages
2010-11-28 22:01:54cool-RRcreate