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 benjamin.peterson
Recipients benjamin.peterson, collinwinter, hawking
Date 2008-08-16.15:06:22
SpamBayes Score 0.0002805877
Marked as misclassified No
Message-id <1218899185.41.0.710971420945.issue3563@psf.upfronthosting.co.za>
In-reply-to
Content
It's due to these lines in fix_idioms:

if next_stmt:
     next_stmt[0].set_prefix(sort_stmt.get_prefix())

I'm not sure what the correct way to deal with this is. Anyway I'm
attaching a test case.
History
Date User Action Args
2008-08-16 15:06:25benjamin.petersonsetrecipients: + benjamin.peterson, collinwinter, hawking
2008-08-16 15:06:25benjamin.petersonsetmessageid: <1218899185.41.0.710971420945.issue3563@psf.upfronthosting.co.za>
2008-08-16 15:06:24benjamin.petersonlinkissue3563 messages
2008-08-16 15:06:23benjamin.petersoncreate