From 9b27cd2bb7700c2cc9b753b496f9be01cb7fab16 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 29 Mar 2012 01:29:10 +0200 Subject: [PATCH] PEP 418: Reorder links --- pep-0418.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0418.txt b/pep-0418.txt index ee1d2fcd1..6a89b46c8 100644 --- a/pep-0418.txt +++ b/pep-0418.txt @@ -462,9 +462,6 @@ Related Python issues: `_ * `Issue #14428: Implementation of the PEP 418 `_ - * `python-monotonic-time - `_ - (`github `_) Librairies exposing monotonic clocks: @@ -474,8 +471,11 @@ Librairies exposing monotonic clocks: `_ uses GetTickCount64()/GetTickCount() on Windows, clock_gettime(CLOCK_MONOTONIC) on UNIX or falls back to the system clock + * `python-monotonic-time + `_ + (`github `_) * `monotonic_clock - `_ (Python library) + `_ * `Perl: Time::HiRes `_ exposes clock_gettime(CLOCK_MONOTONIC)