[Python-Dev] PEP 418: Add monotonic clock

Nadeem Vawda nadeem.vawda at gmail.com
Sat Mar 31 11:50:59 CEST 2012


On Sat, Mar 31, 2012 at 8:27 AM, Lennart Regebro <regebro at gmail.com> wrote:
> So, how about time.timer()?

That seems like a bad idea; it would be too easy to confuse with (or misspell
as) time.time().

Out of the big synonym list Guido posted, I rather like time.stopwatch() - it
makes it more explicit that the purpose of the function is to measure intervals,
rather identifying absolute points in time.

Cheers,
Nadeem


More information about the Python-Dev mailing list