PEP 418: Add a link to the Twisted monotonic clock issue

Reformat also "System Standby" section
This commit is contained in:
Victor Stinner 2012-04-18 02:55:50 +02:00
parent 9d58bea354
commit 017c74ca0c
1 changed files with 11 additions and 8 deletions

View File

@ -1429,16 +1429,17 @@ Other functions
System Standby System Standby
============== ==============
The ACPI power state "S3" is as system standby mode, also called "Suspend to The ACPI power state "S3" is as system standby mode, also called
RAM". RAM remains powered. "Suspend to RAM". RAM remains powered.
On Windows, the WM_POWERBROADCAST message is send to Windows application On Windows, the ``WM_POWERBROADCAST`` message is send to Windows
to notify them of power-management events (ex: ower status has changed). application to notify them of power-management events (ex: ower status
has changed).
For Mac OS X, read `Registering and unregistering for sleep For Mac OS X, read `Registering and unregistering for sleep and wake
and wake notifications notifications
<http://developer.apple.com/library/mac/#qa/qa1340/_index.html>`_ (Technical <http://developer.apple.com/library/mac/#qa/qa1340/_index.html>`_
Q&A QA1340). (Technical Q&A QA1340).
Footnotes Footnotes
@ -1517,6 +1518,8 @@ Libraries exposing monotonic clocks:
Time: Time:
* `Twisted issue #2424: Add reactor option to start with monotonic clock
<http://twistedmatrix.com/trac/ticket/2424>`_
* `gettimeofday() should never be used to measure time * `gettimeofday() should never be used to measure time
<http://blog.habets.pp.se/2010/09/gettimeofday-should-never-be-used-to-measure-time>`_ by Thomas Habets (2010-09-05) <http://blog.habets.pp.se/2010/09/gettimeofday-should-never-be-used-to-measure-time>`_ by Thomas Habets (2010-09-05)
* `hrtimers - subsystem for high-resolution kernel timers * `hrtimers - subsystem for high-resolution kernel timers