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 pitrou
Recipients benjamin.peterson, facundobatista, georg.brandl, ncoghlan, nessus42, pitrou, r.david.murray, rhettinger
Date 2009-05-15.11:13:00
SpamBayes Score 4.3619225e-06
Marked as misclassified No
Message-id <1242385983.16.0.338114783421.issue1152248@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on this idea. readlines() exists precisely because line endings are
special when it comes to text IO (because of the various platform
differences).

If you want to split on any character, you can just use read() followed
by split(). No need to graft additional complexity on the file IO classes.
History
Date User Action Args
2009-05-15 11:13:03pitrousetrecipients: + pitrou, georg.brandl, rhettinger, facundobatista, ncoghlan, benjamin.peterson, nessus42, r.david.murray
2009-05-15 11:13:03pitrousetmessageid: <1242385983.16.0.338114783421.issue1152248@psf.upfronthosting.co.za>
2009-05-15 11:13:00pitroulinkissue1152248 messages
2009-05-15 11:13:00pitroucreate