#14186: coerce_binop errors with keyword arguments
-----------------------------------------+----------------------------------
       Reporter:  lftabera               |         Owner:  robertwb    
           Type:  defect                 |        Status:  needs_review
       Priority:  major                  |     Milestone:  sage-5.8    
      Component:  coercion               |    Resolution:              
       Keywords:  coerce_binop, keyword  |   Work issues:              
Report Upstream:  N/A                    |     Reviewers:              
        Authors:                         |     Merged in:              
   Dependencies:                         |      Stopgaps:              
-----------------------------------------+----------------------------------
Changes (by lftabera):

  * status:  new => needs_review


Comment:

 It is a one-line fix.

 By the wat, if a binary method with keyword values that is not decorated

 {{{
 __op__(self, y, method='z')
 }}}

 One can call it with {{{x.__op__(y, 'preferred_method')}}}

 But once it is decorated this is not possible and key=value arguments are
 mandatory. Is this inteded?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14186#comment:1>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to