<p>&gt; I renamed time.steady() to time.try_monotonic() in the PEP. It&#39;s a<br>
&gt; temporary name until we decide what to do with this function.</p>
<p>How about get rid of it?</p>
<p>Also monotonic should either not exist if it&#39;s not available, or always guarantee a (artificially) monotonic value. Finding out that something is already known to not work shouldn&#39;t require a call and a faked OSError. </p>