>>>>> "TP" == Tim Peters <tim@zope.com> writes:
TP> Your turn. It may help to know that time.time() has very
TP> coarse resolution on Windows (it only updates at 55Hz); I
TP> vaguely recall other Windows-specific failures getting traced
TP> to that.
Tim, does the test pass if you change the time.sleep(1) to
time.sleep(2) -- or higher?
-Barry