R. David Murray added the comment:

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.

----------
nosy: +r.david.murray
versions: +Python 2.7, Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24780>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to