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

Alexander Belopolsky: "I was not aware of time.clock() depreciation before 
Victor brought this issue to my attention."

That's why the function now emits a DeprecationWarning :-)


Alexander Belopolsky: "time.clock() is a very well-known API eponymous to a 
venerable UNIX system call.  Its limitations and platform dependencies are very 
well-known as well."

I'm not sure with "platform dependencies are very well-known".

"clock" is a the most common name to "get the current time". The problem is 
that the exact clock used by time.clock() depends on the platforms, and that 
each clock has a different behaviour. That's where the PEP 418 tried to define 
correctly what are "clocks" when you care of the portability.


I'm not sure that we can find an agreement. This issue becomes annoying. I 
don't know what do do. Close the issue? Revert my commit? Ignore the discussion 
and work on something else? :-(

----------

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

Reply via email to