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 gregory.p.smith
Recipients CurtHagenlocher, akuchling, doko, draghuram, forest, gregory.p.smith, pitrou, schmir
Date 2008-05-05.19:20:56
SpamBayes Score 0.08008208
Marked as misclassified No
Message-id <1210015260.38.0.951403641797.issue2632@psf.upfronthosting.co.za>
In-reply-to
Content
I'm glad i put that assert in...  The problem occurs due to a mixture of
fixed size reads followed by unbounded readlines on an unbuffered
_fileobject.  A case that the code currently doesn't handle.  I'm fixing it.
History
Date User Action Args
2008-05-05 19:21:01gregory.p.smithsetspambayes_score: 0.0800821 -> 0.08008208
recipients: + gregory.p.smith, akuchling, doko, pitrou, draghuram, forest, schmir, CurtHagenlocher
2008-05-05 19:21:00gregory.p.smithsetspambayes_score: 0.0800821 -> 0.0800821
messageid: <1210015260.38.0.951403641797.issue2632@psf.upfronthosting.co.za>
2008-05-05 19:20:58gregory.p.smithlinkissue2632 messages
2008-05-05 19:20:58gregory.p.smithcreate