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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, lukas
Date 2008-04-24.18:12:14
SpamBayes Score 0.007762512
Marked as misclassified No
Message-id <1209060735.24.0.519640502138.issue2681@psf.upfronthosting.co.za>
In-reply-to
Content
Corrected as r62480.
I changed your patch a little bit: it seemed more logical to use 
   (c < '0' || c >= '8')
As it is the exact counterpart of 
   ('0' <= c && c < '8')
used a few lines below.

Thanks for the report!
History
Date User Action Args
2008-04-24 18:12:15amaury.forgeotdarcsetspambayes_score: 0.00776251 -> 0.007762512
recipients: + amaury.forgeotdarc, lukas
2008-04-24 18:12:15amaury.forgeotdarcsetspambayes_score: 0.00776251 -> 0.00776251
messageid: <1209060735.24.0.519640502138.issue2681@psf.upfronthosting.co.za>
2008-04-24 18:12:14amaury.forgeotdarclinkissue2681 messages
2008-04-24 18:12:14amaury.forgeotdarccreate