>>> None >= 0
False
 >>> None <= 0
True

Explanation appreciated.

Thanks,
Alan Isaac
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to