PEP 418: Add link to libpthread for Windows

This commit is contained in:
Victor Stinner 2012-04-02 21:52:32 +02:00
parent 6d6819334c
commit c11b091c2c
1 changed files with 3 additions and 0 deletions

View File

@ -764,6 +764,9 @@ Libraries exposing monotonic clocks:
clock_gettime(CLOCK_MONOTONIC), mach_absolute_time() or
gettimeofday(). "AbsoluteTime.monotonic?" method indicates if
AbsoluteTime.now is monotonic or not.
* `libpthread
<http://code.google.com/p/libpthread/>`_: POSIX thread library for Windows
(`clock.c <http://code.google.com/p/libpthread/source/browse/src/clock.c>`_)
Time: