On Sunday, April 9, 2017 at 10:05:44 AM UTC-5, Marco Cognetta wrote: > > I see that there has been work on converting print statements and simple > stuff like that to be python 3 compatible. What are the other steps > involved in fully supporting python 3 that are still underway (or haven't > been started)?
There are a few metatickets: https://trac.sagemath.org/ticket/15530 https://trac.sagemath.org/ticket/15980 https://trac.sagemath.org/ticket/16052 I believe the biggest hurdle right now is getting rid of cmp (in 8.0.beta0): travis@apricot:~/sage-build$ grep -r "def _cmp_" src/sage/* | wc -l 22 travis@apricot:~/sage-build$ grep -r "def __cmp__" src/sage/* | wc -l 251 which Frédéric has been working quite hard on getting rid of. 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 sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.