Is time.time() < time.time() always true?

Fredrik Lundh fredrik at pythonware.com
Wed Nov 22 02:44:15 EST 2006


Ben Finney wrote:


> Really? Where does Python guarantee that the left side *must* be
> evaluated before the right side of a comparison?

in the language reference:

     http://docs.python.org/ref/evalorder.html

</F>




More information about the Python-list mailing list