Martin v. Löwis added the comment:

I can reproduce the issue with the attached script. The problem is not that 
EnumKey returns a Unicode string (which it never does), but that QueryValueEx 
returns a Unicode string. See http://hg.python.org/cpython/rev/18cfc2a42772 for 
the actual change in question.

----------
Added file: http://bugs.python.org/file35620/finduni.py

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

Reply via email to