#18796: Python 3 preparation: Cleaning up the bit rot that occurred  to a 
number of
Python fixes
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  wluebbe                |       Status:  needs_review
           Type:         |    Milestone:  sage-6.8
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:  misc   |    Reviewers:
       Keywords:         |  Work issues:
  python3                |       Commit:
        Authors:         |  3b23e78b2387240a738862417fe66070856c2c68
  Wilfried Luebbe        |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  u/wluebbe/18796        |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by {'newvalue': u'Wilfried Luebbe', 'oldvalue': ''}):

 * status:  new => needs_review
 * author:   => Wilfried Luebbe


Comment:

 The next 5 commits follow up these tickets
 #15986 - Change names of some method attributes   {{{2to3 -w -f
 methodattrs src/sage}}}
 #15743 - <> is not Python 3 compatible   {{{2to3 -w -f ne src/sage}}}
 #15990 - Change syntax of raise statement  {{{2to3 -w -f raise src/sage}}}
 #16078 - reduce() is no more a builtin function  {{{2to3 -w -f reduce
 src/sage}}}
 #15993 - Remove implicit tuple parameter unpacking  {{{2to3 -w -f
 tuple_params src/sage}}}

 Three proposed module changes by {{{raise}}} involve raise
 {{{with_traceback()}}}:
 {{{src/sage/interfaces/expect.py}}}
 {{{src/sage/interfaces/singular.py}}}
 {{{src/sage/sage/schemes/elliptic_curves/ell_number_field.py}}}
 This requires the use of a compatibility library and therefor belongs to
 stage 2 (see meta-ticket #16052). This 3 modules will be handled in a
 separate ticket.

--
Ticket URL: <http://trac.sagemath.org/ticket/18796#comment:3>
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/d/optout.

Reply via email to