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 georg.brandl, michael.foord, rhettinger, tseaver
Date 2010-11-08.16:35:55
SpamBayes Score 0.020600269
Marked as misclassified No
Message-id <1289234158.75.0.230104841292.issue10360@psf.upfronthosting.co.za>
In-reply-to
Content
A result from IRC is that to be consistent with normal sets, only TypeErrors coming from ref() should be caught, but not those TypeErrors from the actual membership test (i.e. the hash functioon of the value).
History
Date User Action Args
2010-11-08 16:35:58georg.brandlsetrecipients: + georg.brandl, rhettinger, tseaver, michael.foord
2010-11-08 16:35:58georg.brandlsetmessageid: <1289234158.75.0.230104841292.issue10360@psf.upfronthosting.co.za>
2010-11-08 16:35:55georg.brandllinkissue10360 messages
2010-11-08 16:35:55georg.brandlcreate