]> granicus.if.org Git - python/commit
Patch #1440601: Add col_offset attribute to AST nodes.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Mar 2006 22:49:05 +0000 (22:49 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 1 Mar 2006 22:49:05 +0000 (22:49 +0000)
commit49c5da1d88f605248167f4d95b1dfe08c1f703c7
tree7c7c6ee02daee4f5a2dd3a3fb7b22a5910ec15d2
parent3ffa59b137a0c1f80b5fd495cc3d25d4ef21e0c0
Patch #1440601: Add col_offset attribute to AST nodes.
16 files changed:
Doc/lib/libast.tex
Include/Python-ast.h
Include/node.h
Lib/test/test_ast.py
Modules/parsermodule.c
Parser/Python.asdl
Parser/asdl.py
Parser/node.c
Parser/parser.c
Parser/parser.h
Parser/parsetok.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/Python-ast.c
Python/ast.c
Python/compile.c