New submission from Atsuo Ishimoto:

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.

----------
assignee: docs@python
components: Documentation
messages: 167413
nosy: docs@python, ishimoto
priority: normal
severity: normal
status: open
title: Default newlines of io.TextIOWrapper

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to