> Regression in the move to python3 is happening all the time, and it is > indeed very annoying. > > Making a test target and a buildbot may be easier once at least all our > cython files are correctly cythonized in py3. This is blocked by the > removal of cmp() in all .pyx files. Not an easy task, as the remaining > instances involve coercion, parents and elements. Experts would be welcome > to help. >
I can assist sporadically, but unfortunately I can't commit any serious time to working on it. Thank you for all your work on getting us to Python3. > > I would also like that the doctests are run using the python3 syntax for > print. Does anybody know how to do that ? A priori, all tests should pass. > We probably just need to do the correct future imports in the doctesting framework. I remember you saying at a few points some future imports had this as a side effect. > > If this is possible, the next thing to do will be to run doctests with the > range turned into an iterator. In this case, some tests still need care to > pass. > > Best, Travis -- You received this message because you are subscribed to the Google Groups "sage-devel" 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 https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
