#15018: add recover_formula and prefix_to_infix functions to logicparser.py
-------------------------------------------------+-------------------------
       Reporter:  pmscurek                       |        Owner:  Paul
           Type:  enhancement                    |  Scurek
       Priority:  major                          |       Status:  new
      Component:  misc                           |    Milestone:  sage-5.12
       Keywords:  logic, logicparser, prefix,    |   Resolution:
  infix                                          |    Merged in:
        Authors:  Paul Scurek                    |    Reviewers:
Report Upstream:  N/A                            |  Work issues:
         Branch:                                 |       Commit:
   Dependencies:  #14951, #14952, #15013         |     Stopgaps:
-------------------------------------------------+-------------------------

Comment (by was):

 Referee:

  * trivial typo: "argrument" (in multiple places!)

  * delete parens here: "prefix_to_infix() takes a parse tree as input"

  * Someday somebody should change this... `type(tree[1]) is ListType` to
 `isinstance(tree[1], list)`.


 That's it.

--
Ticket URL: <http://trac.sagemath.org/ticket/15018#comment:2>
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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to