Message 63055 - Python tracker
Message63055
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson |
| Date | 2008-02-26.22:51:53 |
| SpamBayes Score | 0.0013486487 |
| Marked as misclassified | No |
| Message-id | <1204066315.71.0.0794011213674.issue2196@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
hasattr currently returns False when any exception happens in getattr. I see that this tracker I previous patches trying to fix this issue, but they were rejected because they only tried to catch attribute errors. My patch only propagates SystemExit and KeyboardInterrupt exceptions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-02-26 22:51:55 | benjamin.peterson | set | spambayes_score: 0.00134865 -> 0.0013486487 recipients: + benjamin.peterson |
| 2008-02-26 22:51:55 | benjamin.peterson | set | spambayes_score: 0.00134865 -> 0.00134865 messageid: <1204066315.71.0.0794011213674.issue2196@psf.upfronthosting.co.za> |
| 2008-02-26 22:51:54 | benjamin.peterson | link | issue2196 messages |
| 2008-02-26 22:51:54 | benjamin.peterson | create | |