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, ncoghlan
Date 2011-05-18.21:45:16
SpamBayes Score 0.007543914
Marked as misclassified No
Message-id <1305755119.66.0.28719139357.issue12106@psf.upfronthosting.co.za>
In-reply-to
Content
This patch causes multiple with statements with multiple with items to be represented in the AST instead of flattened as currently happens.
History
Date User Action Args
2011-05-18 21:45:20benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan
2011-05-18 21:45:19benjamin.petersonsetmessageid: <1305755119.66.0.28719139357.issue12106@psf.upfronthosting.co.za>
2011-05-18 21:45:18benjamin.petersonlinkissue12106 messages
2011-05-18 21:45:18benjamin.petersoncreate