[issue15543] central documentation for 'universal newlines'

Chris Jerdonek report at bugs.python.org
Fri Aug 3 10:33:25 CEST 2012


Chris Jerdonek added the comment:

Since universal newline mode is discouraged and getting deprecated in the built-in open() function, the "central" place for describing universal newlines should probably not be the documentation for the open() method.  I am leaning towards a glossary entry.

The io.TextIOWrapper class is another candidate:

http://docs.python.org/dev/library/io.html#io.TextIOWrapper

----------

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


More information about the Python-bugs-list mailing list