#18796: Python 3 preparation: Cleaning up the bit rot that occurred  to a 
number of
Python 3 fixes
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  wluebbe                |       Status:  needs_work
           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:         |
-------------------------+-------------------------------------------------

Comment (by jdemeyer):

 Why do you replace
 {{{
 type(self) == type(other)
 }}}
 by
 {{{
 isinstance(self, type(other))
 }}}
 That doesn't seem correct (the 2 are certainly not equivalent)

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