Message248020
| Author | o11c |
|---|---|
| Recipients | benjamin.peterson, larry, ncoghlan, o11c, python-dev, yselivanov, zach.ware |
| Date | 2015-08-05.05:06:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1438751210.47.0.0490912930534.issue24791@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Also consider:
*() or (), *() or ()
[*() or (), *() or ()]
{*() or (), *() or ()}
{**{} or {}, **{} or {}}
Note that the second-or-later argument is a separate part of the grammar so that's why I wrote it twice.
Actually, I think `star_expr` will probably go away entirely. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-08-05 05:06:50 | o11c | set | recipients: + o11c, ncoghlan, larry, benjamin.peterson, python-dev, zach.ware, yselivanov |
| 2015-08-05 05:06:50 | o11c | set | messageid: <1438751210.47.0.0490912930534.issue24791@psf.upfronthosting.co.za> |
| 2015-08-05 05:06:50 | o11c | link | issue24791 messages |
| 2015-08-05 05:06:50 | o11c | create | |