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 xtreak
Recipients docs@python, georgefischhof, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2018-10-20.04:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540010589.28.0.788709270274.issue35026@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2018-10-20 04:43:09xtreaksetrecipients: + xtreak, paul.moore, tim.golden, docs@python, zach.ware, steve.dower, georgefischhof
2018-10-20 04:43:09xtreaksetmessageid: <1540010589.28.0.788709270274.issue35026@psf.upfronthosting.co.za>
2018-10-20 04:43:09xtreaklinkissue35026 messages
2018-10-20 04:43:08xtreakcreate