[Python-checkins] peps: PEP 418: Add a link to the Twisted monotonic clock issue

victor.stinner python-checkins at python.org
Wed Apr 18 02:55:52 CEST 2012


http://hg.python.org/peps/rev/9f25c7e65744
changeset:   4266:9f25c7e65744
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Apr 18 02:55:50 2012 +0200
summary:
  PEP 418: Add a link to the Twisted monotonic clock issue

Reformat also "System Standby" section

files:
  pep-0418.txt |  19 +++++++++++--------
  1 files changed, 11 insertions(+), 8 deletions(-)


diff --git a/pep-0418.txt b/pep-0418.txt
--- a/pep-0418.txt
+++ b/pep-0418.txt
@@ -1429,16 +1429,17 @@
 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 @@
 
 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

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list