[ZODB-Dev] Test Failure

Chris Withers chrisw@nipltd.com
Fri, 31 May 2002 12:04:25 +0100


Tim Hoffman wrote:
> 
> Well on Solaris 8
> 
> Python 2.1.3 (#1, Apr 23 2002, 12:48:44)
> [GCC 2.95.2 19991024 (release)] on sunos5
> Type "copyright", "credits" or "license" for more information.
> >>> from time import sleep,time
> >>> print `time()`; sleep(0.02); print `time()`
> 1022830054.2422481
> 1022830054.271181
> >>>

Sorry, forgot the original context wasn't carried into this thread, restating:

> > Hmmm... so does this mean the resolution problem lies in Python's time module ON WINDOWS?!

cheers,

Chris