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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15543>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to