On Wed, 14 Mar 2012 13:27:19 +0100 Victor Stinner <victor.stin...@gmail.com> wrote: > > monotonic() may not be the best name in this case. Jeffrey Yasskin > proposed time.steady_clock(), so time.steady_clock(monotonic=False)?
I don't know what "steady" is supposed to mean here, so perhaps the best solution is to improve the doc? Also, "monotonic=False" implies that it won't be monotonic, which is false. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com