From a14f2d1147899b8ba46829198857030bb4910560 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 6 May 2010 13:03:39 +0000 Subject: [PATCH] Use anonymous hyperlinks --- Doc/library/_winreg.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/_winreg.rst b/Doc/library/_winreg.rst index 67c4c6b07b..957f011a2e 100644 --- a/Doc/library/_winreg.rst +++ b/Doc/library/_winreg.rst @@ -84,7 +84,7 @@ This module offers the following functions: *sam* is an integer that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_ALL_ACCESS`. See the `Win32 documentation - `_ for + `__ for other allowed values. @@ -136,7 +136,7 @@ This module offers the following functions: *sam* is an integer that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_WOW64_64KEY`. See the `Win32 documentation - `_ for + `__ for other allowed values. @@ -252,7 +252,7 @@ This module offers the following functions: A call to :func:`LoadKey` fails if the calling process does not have the :const:`SE_RESTORE_PRIVILEGE` privilege. Note that privileges are different from permissions -- see the `Win32 documentation - `_ for + `__ for more details. If *key* is a handle returned by :func:`ConnectRegistry`, then the path @@ -273,7 +273,7 @@ This module offers the following functions: *sam* is an integer that specifies an access mask that describes the desired security access for the key. Default is :const:`KEY_READ`. See the `Win32 documentation - `_ for + `__ for other allowed values. The result is a new handle to the specified key. -- 2.50.1