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 asvetlov
Recipients asvetlov, chris.jerdonek, docs@python, fossilet
Date 2012-10-17.13:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350479566.34.0.374622093992.issue16266@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not native English speaker, but for me it just means
\r\n -> \n when read from stream and
\n -> \r\n when write to stream
if OS is Windows.
That's correct.
History
Date User Action Args
2012-10-17 13:12:46asvetlovsetrecipients: + asvetlov, fossilet, chris.jerdonek, docs@python
2012-10-17 13:12:46asvetlovsetmessageid: <1350479566.34.0.374622093992.issue16266@psf.upfronthosting.co.za>
2012-10-17 13:12:46asvetlovlinkissue16266 messages
2012-10-17 13:12:46asvetlovcreate