]> granicus.if.org Git - python/commit
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 22 Jan 2014 00:11:43 +0000 (01:11 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 22 Jan 2014 00:11:43 +0000 (01:11 +0100)
commit758fa5ea819d4301afed5049fa1186f275c4f801
tree9558890b06702644883bbc0171c2dad9ca0320c9
parent6b2e5597e10ee13c62292f650df63dda215b9328
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS