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 fwierzbicki
Recipients fwierzbicki
Date 2009-08-14.18:55:44
SpamBayes Score 1.6866834e-05
Marked as misclassified No
Message-id <1250276147.3.0.975792717277.issue6704@psf.upfronthosting.co.za>
In-reply-to
Content
For statements like:

for a,b in c:
   pass

The Tuple node "a,b" ends up with a col_offset of 0 (the position of the
"for"), but the col_offset should probably be 4 (the position of "a").
This is more consistent with other Tuple node col_offset results.
History
Date User Action Args
2009-08-14 18:55:47fwierzbickisetrecipients: + fwierzbicki
2009-08-14 18:55:47fwierzbickisetmessageid: <1250276147.3.0.975792717277.issue6704@psf.upfronthosting.co.za>
2009-08-14 18:55:45fwierzbickilinkissue6704 messages
2009-08-14 18:55:45fwierzbickicreate