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 ysj.ray
Recipients Douglas.Alan, amaury.forgeotdarc, benjamin.peterson, eric.araujo, facundobatista, georg.brandl, ncoghlan, nessus42, pitrou, r.david.murray, ralph.corderoy, rhettinger, ysj.ray
Date 2010-07-22.14:32:42
SpamBayes Score 0.0001527422
Marked as misclassified No
Message-id <1279809166.42.0.721348263154.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's a good idea adding a keyword argument to specify the separator of readlines().

I believe most people can accept the universal meaning of "line", which has similar meaning of "record", that is a chunk data, maybe from using line separators other than '\n' in perl, or akw, or the find command. Maybe doing this doesn't pollute the meaning of "readlines". Splitting the file contents with s special character is really a common usage. Besides, I feel using a line separator other than '\n' doesn't mean we're dealing with binary format, in fact, I often deal with text format with the record separator '\t'.
History
Date User Action Args
2010-07-22 14:32:46ysj.raysetrecipients: + ysj.ray, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, nessus42, eric.araujo, ralph.corderoy, r.david.murray, Douglas.Alan
2010-07-22 14:32:46ysj.raysetmessageid: <1279809166.42.0.721348263154.issue1152248@psf.upfronthosting.co.za>
2010-07-22 14:32:43ysj.raylinkissue1152248 messages
2010-07-22 14:32:42ysj.raycreate