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 jmoses
Recipients
Date 2003-09-23.11:52:55
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=55110

Whups, my bad, I just assumed (and we know what happens
then) that this was for python 2.2, since that's what I was
having the problem with.  My next step was to try with
Python 2.3.  I'll let you know if it works (since it sounds
like it should).

And yes, that's what I meant.  Data from the http read was
still being outputted to the screen, while other output from
_past_ where the read was occuring was also being output. 
I'd end up with output like this:

[data from http read]
[data from after]
[data from http read]

and the data was from the same connection.

Hopefully the switch to 2.3 makes my issues moot.  Thanks
History
Date User Action Args
2007-08-23 14:13:57adminlinkissue755080 messages
2007-08-23 14:13:57admincreate