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 jhylton
Recipients
Date 2003-09-23.03:09:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31392

jmoses: Are you seeing this problem with Python 2.3?  I
thought we had fixed the problem in the original report.

Also, I'm not sure what you mean by program execution
continuing.  Do you mean that the for loop finished and the
rest of the program continued executing, even though there
was data left to read?  

What would probably help most is a trace of the session with
httplib's set_debuglevel() enabled.  If that's got sensitive
data, you can email it to me privately.
History
Date User Action Args
2007-08-23 14:13:57adminlinkissue755080 messages
2007-08-23 14:13:57admincreate