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 pitrou
Recipients eric.araujo, ezio.melotti, flox, georg.brandl, michael.foord, pitrou, rhettinger
Date 2011-11-12.17:53:53
SpamBayes Score 0.005741778
Marked as misclassified No
Message-id <1321120434.69.0.398772879947.issue13387@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there's a point in adding such an extra argument.
Why don't you just write
    self.assertIs(type(myobj), sometype)

? How is the error message not good enough?
History
Date User Action Args
2011-11-12 17:53:54pitrousetrecipients: + pitrou, georg.brandl, rhettinger, ezio.melotti, eric.araujo, michael.foord, flox
2011-11-12 17:53:54pitrousetmessageid: <1321120434.69.0.398772879947.issue13387@psf.upfronthosting.co.za>
2011-11-12 17:53:54pitroulinkissue13387 messages
2011-11-12 17:53:54pitroucreate