Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

We could do this, but feels a bit hacky:

    | 'assert' '(' a=expression b=[',' z=expression { z }] ')' &(NEWLINE | ';')
    | 'assert' a=expression b=[',' z=expression { z }]

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46167>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to