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 imba-tjd
Recipients imba-tjd
Date 2021-11-20.15:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637423037.38.0.511813075404.issue45854@roundup.psfhosted.org>
In-reply-to
Content
The RegGetValue() API was introduced in Vista.

It's similar to RegOpenKeyEx() but it's more convenient because you don't need OpenKey() and CloseKey() when using predefined HKEY_* constants.

I think it would be good to implement it.

If so, I have implemented its body based on RegOpenKeyEx(), but I'm new to CPython and need some help.

https://github.com/imba-tjd/cpython/tree/winreg
History
Date User Action Args
2021-11-20 15:43:57imba-tjdsetrecipients: + imba-tjd
2021-11-20 15:43:57imba-tjdsetmessageid: <1637423037.38.0.511813075404.issue45854@roundup.psfhosted.org>
2021-11-20 15:43:57imba-tjdlinkissue45854 messages
2021-11-20 15:43:57imba-tjdcreate