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 mark.dickinson
Recipients barry, loewis, mark.dickinson, michael.foord, trent
Date 2008-03-18.18:05:49
SpamBayes Score 0.14938366
Marked as misclassified No
Message-id <1205863550.72.0.720782365591.issue719888@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry---ignore the last comment;  if readline() doesn't supply bytes
then the line.decode('ascii') will fail with an AttributeError.  So
there won't be silent failure.

I'll try thinking first and posting later next time.
History
Date User Action Args
2008-03-18 18:05:50mark.dickinsonsetspambayes_score: 0.149384 -> 0.14938366
recipients: + mark.dickinson, loewis, barry, trent, fuzzyman
2008-03-18 18:05:50mark.dickinsonsetspambayes_score: 0.149384 -> 0.149384
messageid: <1205863550.72.0.720782365591.issue719888@psf.upfronthosting.co.za>
2008-03-18 18:05:49mark.dickinsonlinkissue719888 messages
2008-03-18 18:05:49mark.dickinsoncreate