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 georg.brandl
Recipients benjamin.peterson, chafporte, georg.brandl, rhettinger
Date 2008-11-15.08:06:30
SpamBayes Score 4.4920012e-05
Marked as misclassified No
Message-id <1226736393.29.0.163691643092.issue4326@psf.upfronthosting.co.za>
In-reply-to
Content
What good is a comparison with InstanceType for? If you want to check
whether it's an instance of a custom class, you'll have to check for
instances of new-style classes anyway. If you want to check for UserList
instances, use isinstance().
History
Date User Action Args
2008-11-15 08:06:33georg.brandlsetrecipients: + georg.brandl, rhettinger, benjamin.peterson, chafporte
2008-11-15 08:06:33georg.brandlsetmessageid: <1226736393.29.0.163691643092.issue4326@psf.upfronthosting.co.za>
2008-11-15 08:06:31georg.brandllinkissue4326 messages
2008-11-15 08:06:31georg.brandlcreate