[Python-Dev] peps: PEP 418: Fill the "Adjusted by NTP" column of the summary table

Antoine Pitrou solipsis at pitrou.net
Fri Mar 30 09:54:57 CEST 2012


On Fri, 30 Mar 2012 04:21:22 +0200
victor.stinner <python-checkins at python.org> wrote:
> 
> diff --git a/pep-0418.txt b/pep-0418.txt
> --- a/pep-0418.txt
> +++ b/pep-0418.txt
> @@ -190,13 +190,13 @@
>  Name                       Resolution       Adjusted by NTP?  Action on suspend
>  =========================  ===============  ================  =================

Is it supposed to be resolution or accuracy?

For example for QueryPerformanceCounter() and timeGetTime(), you are
giving an accuracy, but for CLOCK_* you are giving a resolution.

Regards

Antoine.




More information about the Python-Dev mailing list