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 martin.panter
Recipients Al.Sweigart, docs@python, martin.panter, ned.deily, serhiy.storchaka, terry.reedy, willingc
Date 2015-07-12.04:59:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436677182.46.0.629450625523.issue23220@psf.upfronthosting.co.za>
In-reply-to
Content
I wouldn’t say TK ignores carriage returns, though I agree it would be better if Idle stripped them out. Currently I get a glyph displayed for them, similarly to \b. They wouldn’t copy to my clipboard, so I fudged them after pasting here:

>>> _ = stdout.write("CRLF\r\n")  # Linux: box-drawing corner piece
CRLF┌
>>> _ = stdout.write("CRLF\r\n")  # Wine: euro sign
CRLF€
History
Date User Action Args
2015-07-12 04:59:42martin.pantersetrecipients: + martin.panter, terry.reedy, ned.deily, docs@python, Al.Sweigart, serhiy.storchaka, willingc
2015-07-12 04:59:42martin.pantersetmessageid: <1436677182.46.0.629450625523.issue23220@psf.upfronthosting.co.za>
2015-07-12 04:59:42martin.panterlinkissue23220 messages
2015-07-12 04:59:42martin.pantercreate