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
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
+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
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 account some deep changes in the logic.
Lists vs Iterables