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, ishimoto, r.david.murray
Date 2012-08-09.19:11:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344539478.2.0.877567820443.issue15555@psf.upfronthosting.co.za>
In-reply-to
Content
What is the change to the documentation being suggested here?  The code does reference os.linesep, so it seems like the documentation is correct, or am I missing something?

        self._writetranslate = newline != ''
        self._writenl = newline or os.linesep
        self._encoder = None

http://hg.python.org/cpython/file/20a46c73855f/Lib/_pyio.py#l1501
History
Date User Action Args
2012-08-09 19:11:18chris.jerdoneksetrecipients: + chris.jerdonek, ishimoto, r.david.murray, docs@python
2012-08-09 19:11:18chris.jerdoneksetmessageid: <1344539478.2.0.877567820443.issue15555@psf.upfronthosting.co.za>
2012-08-09 19:11:17chris.jerdoneklinkissue15555 messages
2012-08-09 19:11:17chris.jerdonekcreate