This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients anacrolix, belopolsky, brian.curtin, eric.araujo, glenn, kristjan.jonsson, michael.foord, pitrou, vstinner
Date 2011-10-25.09:51:38
SpamBayes Score 0.04141912
Marked as misclassified No
Message-id <1319536299.42.0.945255558236.issue10278@psf.upfronthosting.co.za>
In-reply-to
Content
CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are optional according to POSIX, which only mandates CLOCK_REALTIME. You should mention it in the docs.

You might also want to export clock_getres():
http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html
History
Date User Action Args
2011-10-25 09:51:39pitrousetrecipients: + pitrou, belopolsky, kristjan.jonsson, vstinner, eric.araujo, michael.foord, brian.curtin, glenn, anacrolix
2011-10-25 09:51:39pitrousetmessageid: <1319536299.42.0.945255558236.issue10278@psf.upfronthosting.co.za>
2011-10-25 09:51:38pitroulinkissue10278 messages
2011-10-25 09:51:38pitroucreate