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 orenti
Recipients
Date 2002-08-05.20:01:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=562624

Updated patch.

What to do about the xreadlines method? The patch doesn't 
touch it but It could be made an alias to __iter__ and the 
dependency of file objects on the xreadlines module will be 
eliminated.

On my linux machine the highest performance is achieved for 
buffer sizes somewhere around 4096-8192.  Higher or lower 
values are significantly slower.

History
Date User Action Args
2007-08-23 15:14:05adminlinkissue580331 messages
2007-08-23 15:14:05admincreate