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 benjamin.peterson
Recipients benjamin.peterson
Date 2011-02-24.02:19:52
SpamBayes Score 0.0008645769
Marked as misclassified No
Message-id <1298513992.9.0.559771255242.issue11305@psf.upfronthosting.co.za>
In-reply-to
Content
For example:
>>> 'print 1\n\x0cprint 2\n\n'.splitlines()
['print 1\n', '\x0cprint 2\n', '\n']
>>> list(io.StringIO('print 1\n\x0cprint 2\n\n'))


I'm not sure which is preferable.
History
Date User Action Args
2011-02-24 02:19:52benjamin.petersonsetrecipients: + benjamin.peterson
2011-02-24 02:19:52benjamin.petersonsetmessageid: <1298513992.9.0.559771255242.issue11305@psf.upfronthosting.co.za>
2011-02-24 02:19:52benjamin.petersonlinkissue11305 messages
2011-02-24 02:19:52benjamin.petersoncreate