[issue6443] _winreg.QueryValueEx confused on double null terminated strings

Andrew Ziem report at bugs.python.org
Thu Jul 9 22:08:44 CEST 2009


Andrew Ziem <ahz001 at gmail.com> added the comment:

Attached screenshot shows regedit handles \x00\x00 by showing all the
"invalid values" (each \x00 becomes a line break).  More importantly,
Windows apparently reads all the "invalid value" when processing
FileRenameOperations, so my Python program must be able to read "invalid
value" to append new instructions.

----------
Added file: http://bugs.python.org/file14478/regedit_screenshot.PNG

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


More information about the Python-bugs-list mailing list