Message3200

Author leosoto
Recipients leosoto
Date 2008-05-25.02:22:54
SpamBayes Score 0.039901007
Marked as misclassified No
Message-id <1211682195.15.0.924395289722.issue1038@psf.upfronthosting.co.za>
In-reply-to
Content
Patch with test and proposed fix is attached.

The fix overrides __getitem__ on *Derived, because the default
__getitem__ calls __finditem__ which, by definition, must swallow
LookupErrors.
History
Date User Action Args
2008-05-25 02:23:15leosotosetspambayes_score: 0.039901 -> 0.039901007
recipients: + leosoto
2008-05-25 02:23:15leosotosetspambayes_score: 0.039901 -> 0.039901
messageid: <1211682195.15.0.924395289722.issue1038@psf.upfronthosting.co.za>
2008-05-25 02:23:12leosotolinkissue1038 messages
2008-05-25 02:23:11leosotocreate