Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I'm not sure that a trailing comma after **kwargs in a function signature 
should be allowed in Python grammar. Reasons for allowing it after other 
arguments don't work here since **kwargs is always a last item in a signature.

But this ship perhaps is sailed.

----------

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

Reply via email to