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 pitrou
Recipients barry, collinwinter, jyasskin, pitrou
Date 2008-05-13.19:06:16
SpamBayes Score 0.0012702926
Marked as misclassified No
Message-id <1210705577.89.0.833403004223.issue2507@psf.upfronthosting.co.za>
In-reply-to
Content
This bug should be reopened, the patch does not fix it when the except
clause does not assign the exception to a local variable (that is,
"except KeyError" rather than "except KeyError as e").
Another can of worms also appeared in #2833...
History
Date User Action Args
2008-05-13 19:06:18pitrousetspambayes_score: 0.00127029 -> 0.0012702926
recipients: + pitrou, barry, collinwinter, jyasskin
2008-05-13 19:06:17pitrousetspambayes_score: 0.00127029 -> 0.00127029
messageid: <1210705577.89.0.833403004223.issue2507@psf.upfronthosting.co.za>
2008-05-13 19:06:17pitroulinkissue2507 messages
2008-05-13 19:06:16pitroucreate