]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
add column offset to all syntax errors
authorBenjamin Peterson <benjamin@python.org>
Mon, 20 Sep 2010 23:02:10 +0000 (23:02 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 20 Sep 2010 23:02:10 +0000 (23:02 +0000)
commitd4efd9eb1534eeead7f56c89d1b5e394d8633990
tree434f841f14949c0c0e09b9012f1b22842ffae97a
parent2bc5c0be0141501c23eeb2bc96c33632443186ba
add column offset to all syntax errors
Include/symtable.h
Misc/NEWS
Python/ast.c
Python/compile.c
Python/future.c
Python/symtable.c