On Friday, October 16, 2015 at 4:52:20 PM UTC+2, Daniel Krenn wrote:
>
> sage: bool(I>0) 
> True 
>
> Is there a ticket for this on trac? 
>

http://trac.sagemath.org/ticket/17700
which practically depends on 
http://trac.sagemath.org/ticket/19312

Note that with the latter comes ex.holds() so you could in the future
get an exception from bool(I>0) but the result Undefined/Undecidable
from (I>0).holds()

Also, this has nothing to do with CC because

sage: type(I)
<type 'sage.symbolic.expression.Expression'>



Best,

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to