]> granicus.if.org Git - python/commitdiff
Move function back to its section.
authorGeorg Brandl <georg@python.org>
Fri, 11 Sep 2009 07:55:20 +0000 (07:55 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 11 Sep 2009 07:55:20 +0000 (07:55 +0000)
Doc/distutils/builtdist.rst

index 6e7e51c04eaa84fde134690e3849a83d075fe289..e58937d200d6eb88752e1fc69e606c16a17cb391 100644 (file)
@@ -429,13 +429,6 @@ built-in functions in the installation script.
    also the configuration.  For details refer to Microsoft's documentation of the
    :cfunc:`SHGetSpecialFolderPath` function.
 
-Vista User Access Control (UAC)
-===============================
-
-Starting with Python 2.6, bdist_wininst supports a :option:`--user-access-control`
-option.  The default is 'none' (meaning no UAC handling is done), and other
-valid values are 'auto' (meaning prompt for UAC elevation if Python was
-installed for all users) and 'force' (meaning always prompt for elevation)
 
 .. function:: create_shortcut(target, description, filename[, arguments[, workdir[, iconpath[, iconindex]]]])
 
@@ -447,3 +440,12 @@ installed for all users) and 'force' (meaning always prompt for elevation)
    and *iconindex* is the index of the icon in the file *iconpath*.  Again, for
    details consult the Microsoft documentation for the :class:`IShellLink`
    interface.
+
+
+Vista User Access Control (UAC)
+===============================
+
+Starting with Python 2.6, bdist_wininst supports a :option:`--user-access-control`
+option.  The default is 'none' (meaning no UAC handling is done), and other
+valid values are 'auto' (meaning prompt for UAC elevation if Python was
+installed for all users) and 'force' (meaning always prompt for elevation).