about time

Peter Hansen peter at engcorp.com
Wed Mar 26 08:40:18 EST 2003


Byron Morgan wrote:
> 
> The time.py module seems to have no straightforward method to produce a time
> display with seconds expressed in floating point precision, even though
> clock() will produce microseconds. Am I missing something in the docs?

This is unclear to me.  time.time() returns a float, with the fractional
part representing a fraction of a second, therefore certainly something
that could be called "floating point precision" (whatever that means).  
What about it don't you like?




More information about the Python-list mailing list