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 pablogsal
Recipients gregory.p.smith, gvanrossum, lys.nikolaou, pablogsal, rhettinger, serhiy.storchaka, slebedev
Date 2021-12-24.05:14:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640322847.81.0.275524569419.issue46167@roundup.psfhosted.org>
In-reply-to
Content
We could do this, but feels a bit hacky:

    | 'assert' '(' a=expression b=[',' z=expression { z }] ')' &(NEWLINE | ';')
    | 'assert' a=expression b=[',' z=expression { z }]
History
Date User Action Args
2021-12-24 05:14:07pablogsalsetrecipients: + pablogsal, gvanrossum, rhettinger, gregory.p.smith, serhiy.storchaka, lys.nikolaou, slebedev
2021-12-24 05:14:07pablogsalsetmessageid: <1640322847.81.0.275524569419.issue46167@roundup.psfhosted.org>
2021-12-24 05:14:07pablogsallinkissue46167 messages
2021-12-24 05:14:07pablogsalcreate