Hi,

2011/6/16 Sylvain Thénault <[email protected]>:
> ASTNG is using the python ast representation as basis. A don't think
> there is such column offset information there. Either I'm wrong, then
> we could easily have a pylint reporter that display this information,
> or I'm right, and this should be added as a feature request for python
> itself. IMO that would be a pain to do this by ourself.

Ast nodes do have column information:
http://docs.python.org/library/ast.html#ast.AST.col_offset

-- 
Amaury Forgeot d'Arc
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to