R. David Murray added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23091>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to