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 <[email protected]>
In-reply-to <[email protected]>
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