On Feb 7, 2014 3:27 AM, "Volker Braun" <vbraun.n...@gmail.com> wrote:
>
> Its better to do smaller chunks. And I highly doubt that 2to3 will be
able to deal with the whole Sage library, Cython and all.

Cython should be less of an issue since it produces c code that can be
compiled against python 2 and 3. Obviously certain things will have to be
updated (truediv vs div, required richcmp, no built-in cmp or reduce, etc),
but most python 2 syntax in cython should be fine.

I would be against running 2to3 on the sage library, rather we should get
it to a state where 2to3 can be called by distutils and produce a working
python 3 library.

-- 
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 http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to