New submission from Emile Anclin <emile.anc...@logilab.fr>:

For Python3x, in the tree generated by _ast, for the "args" node (representing 
an argument of a function), the "lineno" (and the "col_offset") information 
disappeared from those nodes.

It would be nice to have them back (for instance for Pylint)

----------
components: None
messages: 121357
nosy: emile.anclin
priority: normal
severity: normal
status: open
title: _ast py3k : add lineno back to "args" node
type: resource usage
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to