This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hakril
Recipients hakril, markgrandi, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-05-24.09:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464080462.39.0.594106956948.issue23026@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2016-05-24 09:01:02hakrilsetrecipients: + hakril, paul.moore, tim.golden, zach.ware, markgrandi, steve.dower
2016-05-24 09:01:02hakrilsetmessageid: <1464080462.39.0.594106956948.issue23026@psf.upfronthosting.co.za>
2016-05-24 09:01:02hakrillinkissue23026 messages
2016-05-24 09:01:01hakrilcreate