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 doerwalter
Recipients
Date 2004-12-21.15:08:48
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

Here is a third version of the patch. Changes are: 1) The 
problem with the \r\n split between two read() calls is fixed. 
2) The first read() from the byte stream in readline() no 
longer requires characters beyond the first line. 3) Tests for 
these cases have been added. 4) The join call has been fixed.
History
Date User Action Args
2007-08-23 14:28:04adminlinkissue1076985 messages
2007-08-23 14:28:04admincreate