[issue15579] some unicode keys not found using in dictionary.keys()

2012-08-07 Thread axw
axw added the comment: Thanks, I did not realize that. The behaviour is obviously correct. -- resolution: invalid -> ___ Python tracker <http://bugs.python.org/issu

[issue15579] some unicode keys not found using in dictionary.keys()

2012-08-07 Thread axw
New submission from axw: This simple snippet demonstrates the misbehaviour. Confirmed on two amd64 machines, python 2.7.3. ### import copy uzlist = [u'abc', u'def', u'ghj', u'klm', u'zxc'] utzdict = {u'abc':1, u&