Martin v. Löwis added the comment:

Michał: Can you please report the exact registry key and value that is causing 
the problem? It's difficult to test a patch if one is not able to reproduce the 
problem.

Of the patches suggested: does any of them fix the problem for you? If so, 
which one?

I personally fine Vladimir's patch more plausible (EnumKeys gives bytes objects 
in 2.x, so it is pointless to apply .encode to them). The introduction of the 
count() call is unrelated, though, and should be omitted from a bug fix.

----------
nosy: +loewis

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

Reply via email to