[issue8334] winreg.QueryValue should return bytes, not unicode

Daniel Stutzbach report at bugs.python.org
Wed Apr 7 18:33:38 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

Jumped the gun here.  RegQueryValue returns ERROR_DATA_INVALID if the value isn't a string, so converting to Unicode is OK.

----------
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8334>
_______________________________________


More information about the Python-bugs-list mailing list