>>more compact is_in_range   startdate < date < enddate

I am very much interested to know how the above expression is evaluated
in compiler?
If the compiler evaluates left to right  ,startdate<date becomes True or
false depending on the values and 
Now, my question is how this  (True/Flase < enddate) will be evaluated
since they are of different types?
Or am I missing something?



Regards,
~ Srini T
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to