#10539: sage0.py interface ouputs inconsistent strings.
--------------------------+-------------------------------------------------
   Reporter:  mderickx    |          Owner:  was                           
       Type:  defect      |         Status:  needs_work                    
   Priority:  major       |      Milestone:  sage-duplicate/invalid/wontfix
  Component:  interfaces  |       Keywords:                                
Work_issues:              |       Upstream:  N/A                           
   Reviewer:              |         Author:                                
     Merged:              |   Dependencies:                                
--------------------------+-------------------------------------------------
Changes (by mderickx):

  * status:  needs_review => needs_work


Comment:

 No, it's not a duplicate. At 10528 the apparent problem is solved by
 making the doctests less rigid. But the real problem is not fixed there.
 With the real problem being that the piece of code:
 {{{
 sage: sage0.clear('x')
 sage: sage0.get('x')
 }}}
 Returns:
 {{{
 "...NameError: name 'x' is not defined"
 }}} in some setups and
 {{{
 '...NameError: name \'x\' is not defined'
 }}} in other setups.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10539#comment:4>
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