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 Kenneth Lim
Recipients Kenneth Lim
Date 2016-05-30.14:52:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464619944.37.0.938540391114.issue27160@psf.upfronthosting.co.za>
In-reply-to
Content
Passing a dict with colon-containing keys as kwargs to a function results in a KeyError stemming from a silent truncation of the keys.

Error does not clearly describe the issue in this case.
History
Date User Action Args
2016-05-30 14:52:24Kenneth Limsetrecipients: + Kenneth Lim
2016-05-30 14:52:24Kenneth Limsetmessageid: <1464619944.37.0.938540391114.issue27160@psf.upfronthosting.co.za>
2016-05-30 14:52:24Kenneth Limlinkissue27160 messages
2016-05-30 14:52:24Kenneth Limcreate