This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author emile.anclin
Recipients emile.anclin
Date 2010-11-17.14:15:24
SpamBayes Score 4.8026228e-05
Marked as misclassified No
Message-id <1290003328.01.0.315649649266.issue10445@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2010-11-17 14:15:28emile.anclinsetrecipients: + emile.anclin
2010-11-17 14:15:28emile.anclinsetmessageid: <1290003328.01.0.315649649266.issue10445@psf.upfronthosting.co.za>
2010-11-17 14:15:24emile.anclinlinkissue10445 messages
2010-11-17 14:15:24emile.anclincreate