Both bugs are fixed in the ticket's patch. In particular, this now works as 
it should:

    sage: x[0] <= 1
    x_0 <= 1
    sage: x[0] >= 1
    1 <= x_0
    sage: 1 <= x[0]
    1 <= x_0
    sage: 1 >= x[0]
    x_0 <= 1



On Wednesday, October 24, 2012 4:31:19 AM UTC+1, P Purkayastha wrote:
>
> This is really nice. A long standing functionality. When we move to 
> python3, the other bug can also be taken care of.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to sage-support@googlegroups.com.
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to