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 hdima
Recipients hdima, pitrou, pje
Date 2008-12-22.16:03:41
SpamBayes Score 0.00062102725
Marked as misclassified No
Message-id <494FBA5A.3020702@hlabs.spb.ru>
In-reply-to <1229958095.87.0.754259018529.issue4718@psf.upfronthosting.co.za>
Content
Antoine Pitrou wrote:
> FYI, instead of trying to do exhaustive type checking in _check_type(),
> you can just rely on duck typing and catch the TypeError:

Good point! I'll update the patch soon.
History
Date User Action Args
2008-12-22 16:03:43hdimasetrecipients: + hdima, pje, pitrou
2008-12-22 16:03:42hdimalinkissue4718 messages
2008-12-22 16:03:42hdimacreate