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, couplewavylines, docs@python, hynek, pitrou, serhiy.storchaka, stutzbach
Date 2014-01-28.21:42:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390945330.1.0.552773082155.issue20423@psf.upfronthosting.co.za>
In-reply-to
Content
Using '\n' as default is normal: StringIOs are not stored on disk so there's no point in converting newlines by default (it's only slower while not improving interoperability). '\n' is the default line separator in Python.

So we should just fix the docs here.

The bug when using '\r' or '\r\n' should probably be fixed though (that would be a separate issue).
History
Date User Action Args
2014-01-28 21:42:10pitrousetrecipients: + pitrou, benjamin.peterson, stutzbach, docs@python, hynek, serhiy.storchaka, couplewavylines
2014-01-28 21:42:10pitrousetmessageid: <1390945330.1.0.552773082155.issue20423@psf.upfronthosting.co.za>
2014-01-28 21:42:10pitroulinkissue20423 messages
2014-01-28 21:42:10pitroucreate