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 gvanrossum
Recipients gvanrossum, lys.nikolaou, pablogsal
Date 2020-05-14.17:54:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589478887.08.0.445507182109.issue40612@roundup.psfhosted.org>
In-reply-to
Content
My current PR does not strip trailing whitespace. It only strips a single trailing newline (since this is usually but not always present, and we don't want to its presence to cause an extra blank line, nor do we want its absence to cause the text line and the caret line to be run together).
History
Date User Action Args
2020-05-14 17:54:47gvanrossumsetrecipients: + gvanrossum, lys.nikolaou, pablogsal
2020-05-14 17:54:47gvanrossumsetmessageid: <1589478887.08.0.445507182109.issue40612@roundup.psfhosted.org>
2020-05-14 17:54:47gvanrossumlinkissue40612 messages
2020-05-14 17:54:46gvanrossumcreate