[New-bugs-announce] [issue10445] _ast py3k : add lineno back to "args" node

Emile Anclin report at bugs.python.org
Wed Nov 17 15:15:28 CET 2010


New submission from Emile Anclin <emile.anclin at 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 <report at bugs.python.org>
<http://bugs.python.org/issue10445>
_______________________________________


More information about the New-bugs-announce mailing list