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 berker.peksag
Recipients Claudiu.Popa, berker.peksag, loewis, paul.moore, steve.dower
Date 2016-09-28.22:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475103103.71.0.811684279759.issue23701@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and for the patch, Claudiu. The part you mentioned has already been removed in 6e613ecd70f0. Here's the current version:

"Values in the registry have name, type, and data components. This method
retrieves the data for a key's first value that has a NULL name.
But since the underlying API call doesn't return the type, you'll
probably be happier using QueryValueEx; this function is just here for
completeness."
History
Date User Action Args
2016-09-28 22:51:43berker.peksagsetrecipients: + berker.peksag, loewis, paul.moore, Claudiu.Popa, steve.dower
2016-09-28 22:51:43berker.peksagsetmessageid: <1475103103.71.0.811684279759.issue23701@psf.upfronthosting.co.za>
2016-09-28 22:51:43berker.peksaglinkissue23701 messages
2016-09-28 22:51:43berker.peksagcreate