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 thautwarm
Recipients Anthony Sottile, Julian, barry, benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, ishimoto, lukasz.langa, ncoghlan, pablogsal, r.david.murray, serhiy.storchaka, steven.daprano, thautwarm, ulope
Date 2018-10-17.08:52:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539766351.12.0.788709270274.issue12782@psf.upfronthosting.co.za>
In-reply-to
Content
How about:

with_stmt: 'with' (with_items | '(' with_items ')') ':' suite
ignored: INDENT | NEWLINE | DEDENT
with_items: with_item (ignored* ',' ignored* with_item)*
History
Date User Action Args
2018-10-17 08:52:31thautwarmsetrecipients: + thautwarm, barry, georg.brandl, ishimoto, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, lukasz.langa, Julian, serhiy.storchaka, ulope, Anthony Sottile, pablogsal
2018-10-17 08:52:31thautwarmsetmessageid: <1539766351.12.0.788709270274.issue12782@psf.upfronthosting.co.za>
2018-10-17 08:52:31thautwarmlinkissue12782 messages
2018-10-17 08:52:31thautwarmcreate