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 ralph.corderoy
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-24.11:13:27
SpamBayes Score 9.213691e-05
Marked as misclassified No
Message-id <1279970008.95.0.569523330052.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
fileLineIter() is not a solution that allows this bug to be closed, no.
readline() needs modifying and if that means python-dev discussion then
that's what it needs.  Things to consider include changing the record
separator as the file is read.

    $ printf 'a b c\nd e f ' |
    > awk '{print "<" $0 ">"} NR == 1 {RS = " "}'
    <a b c>
    <d>
    <e>
    <f>
    $
History
Date User Action Args
2010-07-24 11:13:29ralph.corderoysetrecipients: + ralph.corderoy, georg.brandl, rhettinger, facundobatista, amaury.forgeotdarc, ncoghlan, pitrou, benjamin.peterson, nessus42, eric.araujo, r.david.murray, ysj.ray, Douglas.Alan
2010-07-24 11:13:28ralph.corderoysetmessageid: <1279970008.95.0.569523330052.issue1152248@psf.upfronthosting.co.za>
2010-07-24 11:13:27ralph.corderoylinkissue1152248 messages
2010-07-24 11:13:27ralph.corderoycreate