[docs] [issue35026] Winreg's documentation lacks mentioning required permission at some points

Karthikeyan Singaravelan report at bugs.python.org
Sat Oct 20 00:43:09 EDT 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Thanks for the report. I am adding windows component since it's a windows specific doc issue.

RegDeleteValueW

> A handle to an open registry key. The key must have been opened with the KEY_SET_VALUE access right. For more information, see Registry Key Security and Access Rights.

https://docs.microsoft.com/en-us/windows/desktop/api/winreg/nf-winreg-regdeletevaluew#parameters

RegDeleteKeyExA

https://docs.microsoft.com/en-us/windows/desktop/api/winreg/nf-winreg-regdeletekeyexa#parameters

----------
components: +Windows
nosy: +paul.moore, steve.dower, tim.golden, xtreak, zach.ware

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


More information about the docs mailing list