STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I would also be nice to have a "monotonic" clock in Python. See monotonic.py 
for an example. But I don't know if it solves the same problem than 
time.wallclock() or not. I need a monotonic clock for a server on which NTP is 
sometimes called to resynchronize the system clock (and the NTP server may be 
change by the user).

----------
nosy: +haypo
Added file: http://bugs.python.org/file19461/monotonic.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to