From 017c74ca0c2bf083670ee93fe6e5d3bc0c69f58e Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 18 Apr 2012 02:55:50 +0200 Subject: [PATCH] PEP 418: Add a link to the Twisted monotonic clock issue Reformat also "System Standby" section --- pep-0418.txt | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pep-0418.txt b/pep-0418.txt index 5c7d45339..27b96d2d1 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -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 -`_ (Technical -Q&A QA1340). +For Mac OS X, read `Registering and unregistering for sleep and wake +notifications +`_ +(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 + `_ * `gettimeofday() should never be used to measure time `_ by Thomas Habets (2010-09-05) * `hrtimers - subsystem for high-resolution kernel timers