[BangPypers] date range

Srinivas Reddy Thatiparthy srinivas_thatiparthy at akebonosoft.com
Tue Feb 9 12:21:00 CET 2010


>>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


More information about the BangPypers mailing list