Message 66793 - Python tracker
Message66793
| 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:18 | pitrou | set | spambayes_score: 0.00127029 -> 0.0012702926 recipients: + pitrou, barry, collinwinter, jyasskin |
| 2008-05-13 19:06:17 | pitrou | set | spambayes_score: 0.00127029 -> 0.00127029 messageid: <1210705577.89.0.833403004223.issue2507@psf.upfronthosting.co.za> |
| 2008-05-13 19:06:17 | pitrou | link | issue2507 messages |
| 2008-05-13 19:06:16 | pitrou | create | |