[Python-checkins] r80866 - python/trunk/Doc/library/_winreg.rst

andrew.kuchling python-checkins at python.org
Thu May 6 15:03:39 CEST 2010


Author: andrew.kuchling
Date: Thu May  6 15:03:39 2010
New Revision: 80866

Log:
Use anonymous hyperlinks

Modified:
   python/trunk/Doc/library/_winreg.rst

Modified: python/trunk/Doc/library/_winreg.rst
==============================================================================
--- python/trunk/Doc/library/_winreg.rst	(original)
+++ python/trunk/Doc/library/_winreg.rst	Thu May  6 15:03:39 2010
@@ -84,7 +84,7 @@
    *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
-   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`_ for
+   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for
    other allowed values.
 
 
@@ -136,7 +136,7 @@
    *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
-   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`_ for
+   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for
    other allowed values.
 
 
@@ -252,7 +252,7 @@
    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
-   <http://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`_ for
+   <http://msdn.microsoft.com/en-us/library/ms724889%28v=VS.85%29.aspx>`__ for
    more details.
 
    If *key* is a handle returned by :func:`ConnectRegistry`, then the path
@@ -273,7 +273,7 @@
    *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
-   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`_ for
+   <http://msdn.microsoft.com/en-us/library/ms724878%28v=VS.85%29.aspx>`__ for
    other allowed values.
 
    The result is a new handle to the specified key.


More information about the Python-checkins mailing list