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

Noah Rawlins noah.rawlins at comcast.net
Tue Nov 21 20:36:05 EST 2006


Ben Finney wrote:
> 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.)
> 

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



More information about the Python-list mailing list