[New-bugs-announce] [issue35026] Winreg's documentation lacks mentioning required permission at some points

George Fischhof report at bugs.python.org
Fri Oct 19 05:14:10 EDT 2018


New submission from George Fischhof <george at fischhof.hu>:

Winreg's documentation lacks mentioning required permission at some points

Hi there,

on page 
https://docs.python.org/3/library/winreg.html
it is not mentioned in the description of the following functions:
winreg.DeleteKey
winreg.DeleteKeyEx
winreg.DeleteValue

that they require KEY_SET_VALUE when the registry key is opened.

It is mentioned for example at:
winreg.SetValue

with the following text:
The key identified by the key parameter must have been opened with KEY_SET_VALUE access.


BR,
George

----------
assignee: docs at python
components: Documentation
messages: 328034
nosy: docs at python, georgefischhof
priority: normal
severity: normal
status: open
title: Winreg's documentation lacks mentioning required permission at some points
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list