#13161: Fix unicode issue in axes labels
-----------------------------+----------------------------------------------
       Reporter:  kcrisman   |         Owner:  jason, was  
           Type:  defect     |        Status:  needs_review
       Priority:  major      |     Milestone:  sage-5.2    
      Component:  graphics   |    Resolution:              
       Keywords:             |   Work issues:              
Report Upstream:  N/A        |     Reviewers:              
        Authors:  Dan Drake  |     Merged in:              
   Dependencies:             |      Stopgaps:              
-----------------------------+----------------------------------------------

Comment (by slabbe):

 Hi, on sage-5.0, I get the following reject :

 {{{
 10 slabbe@pol ~/Applications/sage-5.0/devel/sage/sage/plot $ cat
 graphics.py.rej
 --- graphics.py
 +++ graphics.py
 @@ -637,7 +656,7 @@
              raise TypeError, "l must be a list or tuple"
          if len(l) != 2:
              raise ValueError, "l must have length 2"
 -        self._axes_labels = (str(l[0]), str(l[1]))
 +        self._axes_labels = tuple(l)

      def axes_label_color(self, c=None):
          r"""
 }}}

 I need to install a newer version of Sage to do the review...

 Sébastien

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13161#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to