PEP 418: Reorder links

This commit is contained in:
Victor Stinner 2012-03-29 01:29:10 +02:00
parent 1590fd155a
commit 9b27cd2bb7
1 changed files with 4 additions and 4 deletions

View File

@ -462,9 +462,6 @@ Related Python issues:
<http://bugs.python.org/issue14397>`_
* `Issue #14428: Implementation of the PEP 418
<http://bugs.python.org/issue14428>`_
* `python-monotonic-time
<http://code.google.com/p/python-monotonic-time/>`_
(`github <https://github.com/gavinbeatty/python-monotonic-time>`_)
Librairies exposing monotonic clocks:
@ -474,8 +471,11 @@ Librairies exposing monotonic clocks:
<http://developer.gnome.org/glib/2.30/glib-Date-and-Time-Functions.html>`_
uses GetTickCount64()/GetTickCount() on Windows,
clock_gettime(CLOCK_MONOTONIC) on UNIX or falls back to the system clock
* `python-monotonic-time
<http://code.google.com/p/python-monotonic-time/>`_
(`github <https://github.com/gavinbeatty/python-monotonic-time>`_)
* `monotonic_clock
<https://github.com/ThomasHabets/monotonic_clock>`_ (Python library)
<https://github.com/ThomasHabets/monotonic_clock>`_
* `Perl: Time::HiRes
<http://perldoc.perl.org/Time/HiRes.html>`_ exposes
clock_gettime(CLOCK_MONOTONIC)