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 r.david.murray
Recipients chris.jerdonek, r.david.murray
Date 2015-08-03.19:44:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438631053.89.0.532793586452.issue24780@psf.upfronthosting.co.za>
In-reply-to
Content
In this particular case the problem is the lack of a trailing newline on the input string.  It might be possible to improve the extended display algorithm by making sure there is a new line before the carrot line, but care must be taken to account for the cases where one string ends with newline and the other doesn't.  I think this problem only applies to strings that have no trailing newline.
History
Date User Action Args
2015-08-03 19:44:13r.david.murraysetrecipients: + r.david.murray, chris.jerdonek
2015-08-03 19:44:13r.david.murraysetmessageid: <1438631053.89.0.532793586452.issue24780@psf.upfronthosting.co.za>
2015-08-03 19:44:13r.david.murraylinkissue24780 messages
2015-08-03 19:44:13r.david.murraycreate