commit | 30d79471bbc97e81b123806d41f1e14ba54062cf | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 03 00:45:07 2012 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 03 00:45:07 2012 +0200 |
tree | bdd8ce5b02700e4f5f7c76c46161567c313cd46a | |
parent | 1470f35bc62c3cf21b209fa8e353d8ea9e71b46b [diff] [blame] |
Expose clock_settime() as time.clock_settime()
diff --git a/Doc/library/time.rst b/Doc/library/time.rst index f87fa64..8156b01 100644 --- a/Doc/library/time.rst +++ b/Doc/library/time.rst
@@ -151,6 +151,13 @@ .. versionadded:: 3.3 +.. function:: clock_settime(clk_id, time) + + Set the time of the specified clock *clk_id*. + + .. versionadded:: 3.3 + + .. data:: CLOCK_REALTIME System-wide real-time clock. Setting this clock requires appropriate