]> granicus.if.org Git - python/commit
traceback now shows error position for all SyntaxError subclasses,
authorGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:59:13 +0000 (15:59 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Mar 2006 15:59:13 +0000 (15:59 +0000)
commit51dbc4c879160c1ee4cf159595368676ced09500
treeb838ce6e1bf1820bc69165ad983770fc749f6b26
parent3bf538f13d6c98aba0cadba6b2906816ba2a1704
traceback now shows error position for all SyntaxError subclasses,
e.g. IndentationError. (bug #1447885)
Lib/test/test_traceback.py
Lib/traceback.py