"Delaney, Timothy (Tim)" <[EMAIL PROTECTED]> writes: > So long as the clock on the machine it's running on is not set > backwards between the two calls, you can guarantee that > > time.time() <= time.time() > > will always evaluate true.
Really? Where does Python guarantee that the left side *must* be evaluated before the right side of a comparison? (If the right side were to be evaluated first, the left might end up with a greater value.) -- \ "A free society is one where it is safe to be unpopular." -- | `\ Adlai Ewing Stevenson | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list