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

flamesrock flamesrock at gmail.com
Tue Nov 21 18:10:25 EST 2006


So, I was blazin' some mad chronix, as they say, and got on to thinking
about Python.

The question was, is the statement:

time.time() < time.time()

always true? Seems it should be false, since the statement itself
occurs at one time instant.. but of course we know that python doesn't
execute code that way.. So my question is, why doesn't Python work this
way?


(PS, I wasn't smoking anything, its a figure of speech :) )




More information about the Python-list mailing list