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 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:50o11csetrecipients: + o11c, ncoghlan, larry, benjamin.peterson, python-dev, zach.ware, yselivanov
2015-08-05 05:06:50o11csetmessageid: <1438751210.47.0.0490912930534.issue24791@psf.upfronthosting.co.za>
2015-08-05 05:06:50o11clinkissue24791 messages
2015-08-05 05:06:50o11ccreate