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

Ben Finney bignose+hates-spam at benfinney.id.au
Tue Nov 21 20:31:14 EST 2006


Gabriel Genellina <gagsl-py at yahoo.com.ar> writes:

> The only thing Python can guarantee, is that the left expression is
> evaluated before the right one (5.13 Evaluation order, Language
> Reference).

Thanks, that answers my question asked elsewhere.

-- 
 \          "One thing vampire children have to be taught early on is, |
  `\                   don't run with a wooden stake."  -- Jack Handey |
_o__)                                                                  |
Ben Finney




More information about the Python-list mailing list