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 belopolsky
Recipients _doublep, belopolsky, benjamin.peterson, gvanrossum, nnorwitz, rhettinger
Date 2008-02-26.15:25:18
SpamBayes Score 0.099891834
Marked as misclassified No
Message-id <1204039520.25.0.955909755537.issue1394@psf.upfronthosting.co.za>
In-reply-to
Content
> Since you don't increment codelen ..

Good catch!

> For this reason, if() before
> writing the RETURN_VALUE is not needed.

In this case it will be clearer to use STOP_CODE instead of RETURN_VALUE 
as a sentinel.
History
Date User Action Args
2008-02-26 15:25:20belopolskysetspambayes_score: 0.0998918 -> 0.099891834
recipients: + belopolsky, gvanrossum, nnorwitz, rhettinger, _doublep, benjamin.peterson
2008-02-26 15:25:20belopolskysetspambayes_score: 0.0998918 -> 0.0998918
messageid: <1204039520.25.0.955909755537.issue1394@psf.upfronthosting.co.za>
2008-02-26 15:25:19belopolskylinkissue1394 messages
2008-02-26 15:25:18belopolskycreate