Message327875
| 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:31 | thautwarm | set | recipients: + 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:31 | thautwarm | set | messageid: <1539766351.12.0.788709270274.issue12782@psf.upfronthosting.co.za> |
| 2018-10-17 08:52:31 | thautwarm | link | issue12782 messages |
| 2018-10-17 08:52:31 | thautwarm | create | |