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 eric.araujo
Recipients eric.araujo, ezio.melotti, flox, georg.brandl, michael.foord, rhettinger
Date 2011-11-12.14:55:24
SpamBayes Score 0.25626785
Marked as misclassified No
Message-id <1321109725.4.0.38518808855.issue13387@psf.upfronthosting.co.za>
In-reply-to
Content
I find that assertIs(type(x), someclass) is very clear, whereas an assertIsInstance that would not behave like isinstance depending on one argument would be non-obvious to me.
History
Date User Action Args
2011-11-12 14:55:25eric.araujosetrecipients: + eric.araujo, georg.brandl, rhettinger, ezio.melotti, michael.foord, flox
2011-11-12 14:55:25eric.araujosetmessageid: <1321109725.4.0.38518808855.issue13387@psf.upfronthosting.co.za>
2011-11-12 14:55:24eric.araujolinkissue13387 messages
2011-11-12 14:55:24eric.araujocreate