@@ -907,7 +907,7 @@ PyDoc_STRVAR(winreg_SetValueEx__doc__,
907907" An integer that specifies the type of the data, one of:\n"
908908" REG_BINARY -- Binary data in any form.\n"
909909" REG_DWORD -- A 32-bit number.\n"
910- " REG_DWORD_LITTLE_ENDIAN -- A 32-bit number in little-endian format.\n"
910+ " REG_DWORD_LITTLE_ENDIAN -- A 32-bit number in little-endian format. Equivalent to REG_DWORD \n"
911911" REG_DWORD_BIG_ENDIAN -- A 32-bit number in big-endian format.\n"
912912" REG_EXPAND_SZ -- A null-terminated string that contains unexpanded\n"
913913" references to environment variables (for example,\n"
@@ -917,6 +917,8 @@ PyDoc_STRVAR(winreg_SetValueEx__doc__,
917917" by two null characters. Note that Python handles\n"
918918" this termination automatically.\n"
919919" REG_NONE -- No defined value type.\n"
920+ " REG_QWORD -- A 64-bit number.\n"
921+ " REG_QWORD_LITTLE_ENDIAN -- A 64-bit number in little-endian format. Equivalent to REG_QWORD.\n"
920922" REG_RESOURCE_LIST -- A device-driver resource list.\n"
921923" REG_SZ -- A null-terminated string.\n"
922924" value\n"
@@ -1056,4 +1058,4 @@ winreg_QueryReflectionKey(PyModuleDef *module, PyObject *arg)
10561058exit :
10571059 return return_value ;
10581060}
1059- /*[clinic end generated code: output=5e346dccc296f9f1 input=a9049054013a1b77]*/
1061+ /*[clinic end generated code: output=0b71782e9b37b12a input=a9049054013a1b77]*/
0 commit comments