]> 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:29:47 +0000 (22:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 21 Jan 2014 20:29:47 +0000 (22:29 +0200)
commit2bd59daf58431284e13f3e080a52cab032eb792f
treef84cc2dee484690fc0641850a7f64042583bb033
parent567b26e882a3a73f37f69390f3a34ec533ff4590
parent65fd0592fb3845c17b27c441380553fc22f78812
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