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 vencabot_teppoo
Recipients vencabot_teppoo
Date 2010-01-05.03:02:36
SpamBayes Score 0.052091487
Marked as misclassified No
Message-id <1262660558.76.0.245110235467.issue7638@psf.upfronthosting.co.za>
In-reply-to
Content
I typoed when copying my second snippet.

while request_buffer.splitlines[-1] != "" or request_buffer == "":


It should be:

while request_buffer.splitlines()[-1] != "" or request_buffer == "":


This code has the problem that I'm complaining of. I only failed at copying by-hand into the form.
History
Date User Action Args
2010-01-05 03:02:38vencabot_teppoosetrecipients: + vencabot_teppoo
2010-01-05 03:02:38vencabot_teppoosetmessageid: <1262660558.76.0.245110235467.issue7638@psf.upfronthosting.co.za>
2010-01-05 03:02:37vencabot_teppoolinkissue7638 messages
2010-01-05 03:02:36vencabot_teppoocreate