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
==============
The ACPI power state "S3" is as system standby mode, also called "Suspend to
RAM". RAM remains powered.
The ACPI power state "S3" is as system standby mode, also called
"Suspend to RAM". RAM remains powered.
On Windows, the WM_POWERBROADCAST message is send to Windows application
to notify them of power-management events (ex: ower status has changed).
On Windows, the ``WM_POWERBROADCAST`` message is send to Windows
application to notify them of power-management events (ex: ower status
has changed).
For Mac OS X, read `Registering and unregistering for sleep
and wake notifications
<http://developer.apple.com/library/mac/#qa/qa1340/_index.html>`_ (Technical
Q&A QA1340).
For Mac OS X, read `Registering and unregistering for sleep and wake
notifications
<http://developer.apple.com/library/mac/#qa/qa1340/_index.html>`_
(Technical Q&A QA1340).
Footnotes
@ -1517,6 +1518,8 @@ Libraries exposing monotonic clocks:
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
<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