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 jackdied
Recipients brett.cannon, jackdied, jeff.balogh
Date 2008-03-19.18:47:01
SpamBayes Score 0.33691084
Marked as misclassified No
Message-id <1205952423.62.0.465682291794.issue2357@psf.upfronthosting.co.za>
In-reply-to
Content
Fixer patch works for me (both must be applied).

A 3k warning for accessing is harder - it would have to copy the module
type or dict type and supply a custom to_getattro that watches for
accesses to exc_(type|values|traceback).  I'll look into it.
History
Date User Action Args
2008-03-19 18:47:03jackdiedsetspambayes_score: 0.336911 -> 0.33691084
recipients: + jackdied, brett.cannon, jeff.balogh
2008-03-19 18:47:03jackdiedsetspambayes_score: 0.336911 -> 0.336911
messageid: <1205952423.62.0.465682291794.issue2357@psf.upfronthosting.co.za>
2008-03-19 18:47:02jackdiedlinkissue2357 messages
2008-03-19 18:47:01jackdiedcreate