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 vitorg
Recipients benjamin.peterson, bgolemon, gvanrossum, mark, pitrou, terry.reedy, vitorg
Date 2016-08-23.15:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471967291.26.0.602168791364.issue2613@psf.upfronthosting.co.za>
In-reply-to
Content
Here is example where it's necessary, but still raising an error:
>>> def my_method(self, *, **kwargs):
...     pass
... 
  File "<stdin>", line 1
SyntaxError: named arguments must follow bare *
History
Date User Action Args
2016-08-23 15:48:11vitorgsetrecipients: + vitorg, gvanrossum, terry.reedy, pitrou, mark, benjamin.peterson, bgolemon
2016-08-23 15:48:11vitorgsetmessageid: <1471967291.26.0.602168791364.issue2613@psf.upfronthosting.co.za>
2016-08-23 15:48:11vitorglinkissue2613 messages
2016-08-23 15:48:11vitorgcreate