[Python-checkins] cpython: Doc: sort time.CLOCK_xxx constants

victor.stinner python-checkins at python.org
Thu Apr 12 21:51:51 CEST 2012


http://hg.python.org/cpython/rev/3df2f4a83816
changeset:   76268:3df2f4a83816
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Apr 12 21:40:14 2012 +0200
summary:
  Doc: sort time.CLOCK_xxx constants

files:
  Doc/library/time.rst |  16 ++++++++--------
  1 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/Doc/library/time.rst b/Doc/library/time.rst
--- a/Doc/library/time.rst
+++ b/Doc/library/time.rst
@@ -158,14 +158,6 @@
    .. 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 @@
    .. 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list