Message62391
| Author | therve |
|---|---|
| Recipients | therve |
| Date | 2008-02-14.14:57:49 |
| SpamBayes Score | 0.0011077536 |
| Marked as misclassified | No |
| Message-id | <1203001070.89.0.819333878266.issue2112@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
mmap.error in mmapmodule is a direct reference to PyExc_EnvironmentError, whereas it should be a subclass. It makes it provide a specific string representation, and allows to be more specific when catching exceptions. The attached patch tries to provide that. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-02-14 14:57:51 | therve | set | spambayes_score: 0.00110775 -> 0.0011077536 recipients: + therve |
| 2008-02-14 14:57:50 | therve | set | spambayes_score: 0.00110775 -> 0.00110775 messageid: <1203001070.89.0.819333878266.issue2112@psf.upfronthosting.co.za> |
| 2008-02-14 14:57:50 | therve | link | issue2112 messages |
| 2008-02-14 14:57:49 | therve | create | |