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 ishimoto
Recipients docs@python, ishimoto
Date 2012-08-04.15:59:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344095998.81.0.573935781933.issue15555@psf.upfronthosting.co.za>
In-reply-to
Content
In http://docs.python.org/dev/library/io.html:

  "if newline is None, any '\n' characters written are translated to the system default line separator, os.linesep. "

But os.linesep is not referred at all. On Windows default newline is always '\r\n' on Windows, '\n' otherwise.
History
Date User Action Args
2012-08-04 15:59:58ishimotosetrecipients: + ishimoto, docs@python
2012-08-04 15:59:58ishimotosetmessageid: <1344095998.81.0.573935781933.issue15555@psf.upfronthosting.co.za>
2012-08-04 15:59:57ishimotolinkissue15555 messages
2012-08-04 15:59:57ishimotocreate