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 benjamin.peterson
Recipients benjamin.peterson, ezio.melotti, r.david.murray, sheppard, vstinner
Date 2014-12-20.04:08:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419048528.19.0.35703627515.issue23091@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, kwarg dicts do not have the same checks applied to them as syntactic keyword args. It would be weird if, for example, dict(**mydict) normalized the keys of mydict.
History
Date User Action Args
2014-12-20 04:08:48benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, ezio.melotti, r.david.murray, sheppard
2014-12-20 04:08:48benjamin.petersonsetmessageid: <1419048528.19.0.35703627515.issue23091@psf.upfronthosting.co.za>
2014-12-20 04:08:48benjamin.petersonlinkissue23091 messages
2014-12-20 04:08:47benjamin.petersoncreate