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 serhiy.storchaka
Recipients lukasz.langa, ned.deily, serhiy.storchaka
Date 2018-03-13.07:26:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520925961.51.0.467229070634.issue33064@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-13 07:26:01serhiy.storchakasetrecipients: + serhiy.storchaka, ned.deily, lukasz.langa
2018-03-13 07:26:01serhiy.storchakasetmessageid: <1520925961.51.0.467229070634.issue33064@psf.upfronthosting.co.za>
2018-03-13 07:26:01serhiy.storchakalinkissue33064 messages
2018-03-13 07:26:01serhiy.storchakacreate