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 ezio.melotti
Recipients ezio.melotti, flox, georg.brandl, michael.foord, rhettinger
Date 2011-11-12.13:40:59
SpamBayes Score 1.570527e-05
Marked as misclassified No
Message-id <1321105260.23.0.178816731991.issue13387@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this is common enough to justify a new arg.  The status quo has the advantage that is quite close with what we would use in an 'if' statement (i.e. either "if isinstance(obj, some_class):" or "if type(obj) is some_class:").
History
Date User Action Args
2011-11-12 13:41:00ezio.melottisetrecipients: + ezio.melotti, georg.brandl, rhettinger, michael.foord, flox
2011-11-12 13:41:00ezio.melottisetmessageid: <1321105260.23.0.178816731991.issue13387@psf.upfronthosting.co.za>
2011-11-12 13:40:59ezio.melottilinkissue13387 messages
2011-11-12 13:40:59ezio.melotticreate