Re: [sage-devel] The opportunity of Python 3 migration

2019-09-18 Thread E. Madison Bray
On Sun, Sep 1, 2019 at 9:14 PM Thierry wrote: > > Hi, > > it seems to me that Python 3 migration should not only be a syntax > adaptation (like print('blah')), unicode, or the mitigation of issues > related to the fact that different objects are not always comparable. > > It should also take into

Re: [sage-devel] The opportunity of Python 3 migration

2019-09-04 Thread Jeroen Demeyer
On Sun, Sep 1, 2019 at 9:14 PM Thierry wrote: > It should also take into account some deep changes in the logic. I agree in general. But in my opinion, it's mostly independent of porting Sage to Python 3. We could do those changes now or next year, it doesn't really matter. -- You received this

Re: [sage-devel] The opportunity of Python 3 migration

2019-09-01 Thread Luca De Feo
+1 to this! On Sun, Sep 1, 2019 at 9:14 PM Thierry wrote: > > Hi, > > it seems to me that Python 3 migration should not only be a syntax > adaptation (like print('blah')), unicode, or the mitigation of issues > related to the fact that different objects are not always comparable. > > It should al