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 r.david.murray
Recipients ezio.melotti, r.david.murray, sheppard, vstinner
Date 2014-12-20.03:27:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419046077.14.0.770085782772.issue23091@psf.upfronthosting.co.za>
In-reply-to
Content
I suspect that the normalization is happening in the parsing phase.  That is, the keyword argument gets normalized when the python source is compiled, but the dictionary key is, of course, *not* normalized, since it is a literal string.  If I'm right, I think is not a bug.
History
Date User Action Args
2014-12-20 03:27:57r.david.murraysetrecipients: + r.david.murray, vstinner, ezio.melotti, sheppard
2014-12-20 03:27:57r.david.murraysetmessageid: <1419046077.14.0.770085782772.issue23091@psf.upfronthosting.co.za>
2014-12-20 03:27:57r.david.murraylinkissue23091 messages
2014-12-20 03:27:56r.david.murraycreate