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 ncoghlan
Recipients
Date 2005-02-26.07:24:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
There is no canonical way to iterate through a file on
chunks *other* than whole lines without reading the
whole file into memory.

Allowing the separator to be specified as an argument
to file.readlines and file.xreadlines would greatly
simplify the task.

See here for an example interface of the useful options:
http://mail.python.org/pipermail/python-list/2005-February/268482.html
History
Date User Action Args
2008-01-20 09:59:36adminlinkissue1152248 messages
2008-01-20 09:59:36admincreate