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 chris.jerdonek
Recipients chris.jerdonek, docs@python, serhiy.storchaka
Date 2012-08-03.08:33:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343982805.17.0.873875622357.issue15543@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-08-03 08:33:25chris.jerdoneksetrecipients: + chris.jerdonek, docs@python, serhiy.storchaka
2012-08-03 08:33:25chris.jerdoneksetmessageid: <1343982805.17.0.873875622357.issue15543@psf.upfronthosting.co.za>
2012-08-03 08:33:24chris.jerdoneklinkissue15543 messages
2012-08-03 08:33:24chris.jerdonekcreate