]> granicus.if.org Git - python/commit
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jan 2014 20:26:52 +0000 (22:26 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jan 2014 20:26:52 +0000 (22:26 +0200)
commit65fd0592fb3845c17b27c441380553fc22f78812
tree514cb4f7fb01bcc581922bee799c3bfbe58a9cd2
parentf7d2874d3097054e030f0169f5eed92af488acbe
Issue #2382: SyntaxError cursor "^" now is written at correct position in most
cases when multibyte characters are in line (before "^").  This still not
works correctly with wide East Asian characters.
Lib/test/test_exceptions.py
Lib/test/test_traceback.py
Misc/NEWS
Python/pythonrun.c