[New-bugs-announce] [issue45854] winreg: implement RegGetValue

谭九鼎 report at bugs.python.org
Sat Nov 20 10:43:57 EST 2021


New submission from 谭九鼎 <109224573 at qq.com>:

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

----------
components: Library (Lib)
messages: 406663
nosy: imba-tjd
priority: normal
severity: normal
status: open
title: winreg: implement RegGetValue
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45854>
_______________________________________


More information about the New-bugs-announce mailing list