Aren't there boolean literals for "True" and "False" in Python
(jython)?  I can't get "true", "True", "false", or "False" to work.  I
ended up having to use "(1==1)" and "(1==0)".

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to