From f7d2874d3097054e030f0169f5eed92af488acbe Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Tue, 21 Jan 2014 13:49:22 -0600 Subject: [PATCH] Issue #20301: Mention the correct KEY_* value as the default for 'access' in winreg.DeleteKeyEx. Already correct in the docs function signature and docstring. Noticed by Justin Foo. --- Doc/library/winreg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/winreg.rst b/Doc/library/winreg.rst index 60f3bd91f1..06bcb86ade 100644 --- a/Doc/library/winreg.rst +++ b/Doc/library/winreg.rst @@ -146,7 +146,7 @@ This module offers the following functions: *reserved* is a reserved integer, and must be zero. The default is zero. *access* is an integer that specifies an access mask that describes the desired - security access for the key. Default is :const:`KEY_ALL_ACCESS`. See + security access for the key. Default is :const:`KEY_WOW64_64KEY`. See :ref:`Access Rights ` for other allowed values. *This method can not delete keys with subkeys.* -- 2.40.0