Message65587
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, rharris |
| Date | 2008-04-17.17:42:09 |
| SpamBayes Score | 0.1242113 |
| Marked as misclassified | No |
| Message-id | <1208454130.43.0.476028852328.issue2651@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a relevant comment inside the KeyError_str function:
/* If args is a tuple of exactly one item, apply repr to args[0].
This is done so that e.g. the exception raised by {}[''] prints
KeyError: ''
rather than the confusing
KeyError
alone. The downside is that if KeyError is raised with an
explanatory
string, that string will be displayed in quotes. Too bad.
If args is anything else, use the default BaseException__str__().
*/
Why is it so important to round trip? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-04-17 17:42:11 | amaury.forgeotdarc | set | spambayes_score: 0.124211 -> 0.1242113 recipients: + amaury.forgeotdarc, rharris |
| 2008-04-17 17:42:11 | amaury.forgeotdarc | set | spambayes_score: 0.124211 -> 0.124211 messageid: <1208454130.43.0.476028852328.issue2651@psf.upfronthosting.co.za> |
| 2008-04-17 17:42:09 | amaury.forgeotdarc | link | issue2651 messages |
| 2008-04-17 17:42:09 | amaury.forgeotdarc | create | |