#6054: [with patch, positive review] fix display2d with ecl on OSX
---------------------+------------------------------------------------------
Reporter: mhansen | Owner: mabshoff
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: doctest | Keywords:
---------------------+------------------------------------------------------
Comment(by mabshoff):
Thanks. Great patch. But the semicolon removal in the patch
{{{
--- a/sage/interfaces/maxima.py Fri May 15 18:39:25 2009 -0700
+++ b/sage/interfaces/maxima.py Sat May 16 23:30:51 2009 -0700
@@ -755,7 +755,7 @@
if self._expect is None: return
r = randrange(2147483647)
s = marker + str(r+1)
- cmd = ''';sconcat("%s",(%s+1));\n'''%(marker,r)
+ cmd = '''sconcat("%s",(%s+1));\n'''%(marker,r)
self._sendstr(cmd)
try:
self._expect_expr(timeout=0.5)
}}}
causes sync issues on sage.math, so I am taking it out.
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6054#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---