[issue23026] Winreg module doesn't support REG_QWORD, small DWORD doc update

Clement Rouault report at bugs.python.org
Tue May 24 05:01:02 EDT 2016


Clement Rouault added the comment:

I would like to discuss the fact that this patch is a new feature.

In the current state, CPython handles the `REG_QWORD` type as an unkown type and returns the raw registry value: a string of size 8.
In my opinion this behavior does not match the Windows documentation (REG_QWORD: A 64-bit number)
or CPython's own behavior regarding REG_DWORD that returns a Python `int` (more important).

Is this enough to consider this a bugfix ? and therefore port it to 2.7 ?

----------

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


More information about the Python-bugs-list mailing list