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 2005-01-10.11:15:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

The problem is that the first readline() reads more than the
first line, returns the first line and puts back the rest
for the next read. The next call to readline() discovers
that there is already data there and doesn't call read()
again. I'm working on a patch.
History
Date User Action Args
2007-08-23 14:28:53adminlinkissue1098990 messages
2007-08-23 14:28:53admincreate