]> 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:33:59 +0000 (01:33 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Wed, 22 Jan 2014 00:33:59 +0000 (01:33 +0100)
commitedfd9addf6166cbc7406b95896d48cfdaf82adf7
tree02f085b06c364cb78a48988345860d435ad8534b
parent70df667dfeb6b8600f3f0d34dfbf7a57d5205046
Issue #17825: Cursor ^ is correctly positioned for SyntaxError and IndentationError.
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS