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 [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.