[New-bugs-announce] [issue20301] Correct docs for default access argument for DeleteKeyEx

Justin Foo report at bugs.python.org
Sun Jan 19 09:06:03 CET 2014


New submission from Justin Foo:

The default access for winreg.DeleteKeyEx is winreg.KEY_WOW64_64KEY (as per the function signature). This the documentation for Python 2.7 has this correct.

Reference: http://hg.python.org/cpython/file/2e32462e4832/PC/winreg.c#l1089

----------
assignee: docs at python
components: Documentation
files: winreg.DeleteKeyEx.docs.patch
keywords: patch
messages: 208462
nosy: docs at python, jfoo
priority: normal
severity: normal
status: open
title: Correct docs for default access argument for DeleteKeyEx
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33544/winreg.DeleteKeyEx.docs.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20301>
_______________________________________


More information about the New-bugs-announce mailing list