[issue15555] Default newlines of io.TextIOWrapper

R. David Murray report at bugs.python.org
Sun Aug 5 00:26:51 CEST 2012


R. David Murray added the comment:

And that is the value of os.linesep at Python startup.  I'm don't think that we really support the mutability of os.linesep, we just don't bother to make it immutable.  I'm not sure how this would be documented, since code that does use "os.linesep" is indeed affected by changing it.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15555>
_______________________________________


More information about the Python-bugs-list mailing list