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-25.01:27:31
SpamBayes Score 1.5015208e-07
Marked as misclassified No
Message-id <BANLkTinVtD_885fG1_Ye3ioRaKww+UG_JQ@mail.gmail.com>
In-reply-to <1306286224.1.0.0495333300256.issue12106@psf.upfronthosting.co.za>
Content
2011/5/24 Nick Coghlan <report@bugs.python.org>:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> Just to articulate the rationale, I'm guessing the reasoning behind this is to make it feasible for source->AST->source translators to retain the original grouping?

Correct. It also allows my Python static analysis tool to detect when
someone could be using the double with shorthand instead of
nested-withs.
History
Date User Action Args
2011-05-25 01:27:32benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan
2011-05-25 01:27:31benjamin.petersonlinkissue12106 messages
2011-05-25 01:27:31benjamin.petersoncreate