We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ba495 commit 6125e23Copy full SHA for 6125e23
1 file changed
Doc/library/time.rst
@@ -158,14 +158,6 @@ The module defines the following functions and data items:
158
.. versionadded:: 3.3
159
160
161
-.. data:: CLOCK_REALTIME
162
-
163
- System-wide real-time clock. Setting this clock requires appropriate
164
- privileges.
165
166
- .. versionadded:: 3.3
167
168
169
.. data:: CLOCK_HIGHRES
170
171
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:
200
192
201
193
202
194
195
+.. data:: CLOCK_REALTIME
196
+
197
+ System-wide real-time clock. Setting this clock requires appropriate
198
+ privileges.
199
+ .. versionadded:: 3.3
203
.. data:: CLOCK_THREAD_CPUTIME_ID
204
205
Thread-specific CPU-time clock.
0 commit comments