#4330: [with patch, needs review] interfaces function_call(...) function is a
total MESS
------------------------+---------------------------------------------------
 Reporter:  was         |        Owner:  mhansen   
     Type:  defect      |       Status:  assigned  
 Priority:  major       |    Milestone:  sage-3.2.1
Component:  interfaces  |   Resolution:            
 Keywords:              |  
------------------------+---------------------------------------------------
Changes (by mhansen):

  * summary:  interfaces function_call(...) function is a total MESS =>
              [with patch, needs review] interfaces
              function_call(...) function is a total MESS

Comment:

 I also included a fix which makes the GAP interface way more usable.  It
 makes the interface work when GAP functions don't return values so that
 you can do

 {{{
 sage: rws.MakeConfluent()
 }}}

 instead of

 {{{
 sage: gap.eval("MakeConfluent(%s)"%rws.name())
 }}}

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

Reply via email to