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 Oren Milman, serhiy.storchaka, vstinner
Date 2017-08-23.18:16:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503512216.12.0.635022081372.issue31229@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset bf9075a0c55186d2f34df63e6c8512dd6414ff4b by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-31229: Fixed wrong error messages when too many keyword arguments are received. (#3180)
https://github.com/python/cpython/commit/bf9075a0c55186d2f34df63e6c8512dd6414ff4b
History
Date User Action Args
2017-08-23 18:16:56serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2017-08-23 18:16:56serhiy.storchakasetmessageid: <1503512216.12.0.635022081372.issue31229@psf.upfronthosting.co.za>
2017-08-23 18:16:56serhiy.storchakalinkissue31229 messages
2017-08-23 18:16:55serhiy.storchakacreate