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 ncoghlan
Recipients christian.heimes, giampaolo.rodola, ncoghlan, r.david.murray, steve.dower, vstinner
Date 2014-10-29.12:28:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414585736.52.0.29488507059.issue22731@psf.upfronthosting.co.za>
In-reply-to
Content
One last thing: we may also want to update the C API docs to explicitly point out the discrepancy in handling of '\n' on Windows between printf() in VC14+ (which no longer does the '\r\n' substitution) and the print functions in the Python C API (which will keep the transformation).

This is a weird enough quirk that I feel like we should explicitly point it out *somewhere*, but also obscure enough that I don't want to bother people with it unnecessarily.
History
Date User Action Args
2014-10-29 12:28:56ncoghlansetrecipients: + ncoghlan, vstinner, giampaolo.rodola, christian.heimes, r.david.murray, steve.dower
2014-10-29 12:28:56ncoghlansetmessageid: <1414585736.52.0.29488507059.issue22731@psf.upfronthosting.co.za>
2014-10-29 12:28:56ncoghlanlinkissue22731 messages
2014-10-29 12:28:56ncoghlancreate