
April 3, 2012
6:03 a.m.
On 03Apr2012 07:51, Lennart Regebro <regebro@gmail.com> wrote: | I like the aim of letting the user control what clock it get, but I | find this API pretty horrible: | | > clock = get_clock(T_MONOTONIC|T_HIRES) or get_clock(T_MONOTONIC) FWIW, the leading "T_" is now gone, so it would now read: clock = get_clock(MONOTONIC|HIRES) or get_clock(MONOTONIC) If the symbol names are not the horribleness, can you qualify what API you would like more? -- Cameron Simpson <cs@zip.com.au> DoD#743 http://www.cskk.ezoshosting.com/cs/ We had the experience, but missed the meaning. - T.S. Eliot