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 Douglas.Alan
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.16:33:43
SpamBayes Score 0.0074453657
Marked as misclassified No
Message-id <1279816425.37.0.999757304395.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
Personally, I think that this functionality should be built into Python's readlines. That's where a typical person would expect it to be, and this is something that is supported by most other scripting language I've used. E.g., awk has the RS variable which lets you set the "input record separator", which defaults to newline. And as I previously pointed out, xargs and find provide the option to use null as their line separator.
History
Date User Action Args
2010-07-22 16:33:45Douglas.Alansetrecipients: + Douglas.Alan, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, nessus42, eric.araujo, ralph.corderoy, r.david.murray, ysj.ray
2010-07-22 16:33:45Douglas.Alansetmessageid: <1279816425.37.0.999757304395.issue1152248@psf.upfronthosting.co.za>
2010-07-22 16:33:43Douglas.Alanlinkissue1152248 messages
2010-07-22 16:33:43Douglas.Alancreate