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 brandtbucher, pablogsal
Date 2021-06-18.21:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624050842.73.0.719567553899.issue44456@roundup.psfhosted.org>
In-reply-to
Content
If this is supposed to mirror function calls, maybe the error should be::

>>> match a:
...    case A(foo=3, t):
  File "<stdin>", line 2
    case A(foo=3, t):
                  ^
SyntaxError: positional patterns follow keyword patterns
History
Date User Action Args
2021-06-18 21:14:02pablogsalsetrecipients: + pablogsal, brandtbucher
2021-06-18 21:14:02pablogsalsetmessageid: <1624050842.73.0.719567553899.issue44456@roundup.psfhosted.org>
2021-06-18 21:14:02pablogsallinkissue44456 messages
2021-06-18 21:14:02pablogsalcreate