]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: sort time.CLOCK_xxx constants
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Apr 2012 19:40:14 +0000 (21:40 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 12 Apr 2012 19:40:14 +0000 (21:40 +0200)
Doc/library/time.rst

index 8156b018abde95883d7d57afb85ada8d029134b9..eddfa110c7c23b933ccad02e7f6fba5a23848249 100644 (file)
@@ -158,14 +158,6 @@ The module defines the following functions and data items:
    .. versionadded:: 3.3
 
 
-.. data:: CLOCK_REALTIME
-
-   System-wide real-time clock. Setting this clock requires appropriate
-   privileges.
-
-   .. versionadded:: 3.3
-
-
 .. data:: CLOCK_HIGHRES
 
    The Solaris OS has a CLOCK_HIGHRES timer that attempts to use an optimal
@@ -200,6 +192,14 @@ The module defines the following functions and data items:
    .. versionadded:: 3.3
 
 
+.. data:: CLOCK_REALTIME
+
+   System-wide real-time clock. Setting this clock requires appropriate
+   privileges.
+
+   .. versionadded:: 3.3
+
+
 .. data:: CLOCK_THREAD_CPUTIME_ID
 
    Thread-specific CPU-time clock.