William Stein <wst...@gmail.com> writes: > Hi, > > Have you ever wondered how difficult it might be to switch Sage from > Python 2.7 to Python 3.x? Some students in my course made a webpage > that summarizes the Python 3 support status of the Python packages > that Sage depends on: > > http://wstein.org/edu/2012/1062/projects/final/miloshevich-nason/ > > Interesting examples: > > * Matplotlib doesn't support Python 3.x at all yet.
This is interesting. I remember that there was quite a bit of work being done on Python 3 by the matplotlib developers at Sage Days 29 last summer. I also notice in the commit log of matplotlib on github there is evidence of recent Python 3 -related activity. Does Pynac really not support Python 2.7? It looks like the citation for the fact that it supports up to Python 2.6 is just that the most recent version of Python mentioned in its SPKG's changelog is 2.6. On the other hand, Pynac is probably bound closely enough to Sage that we can just assume it supports whatever version we are shipping, because if not then doctests should start failing... -Keshav ---- Join us in #sagemath on irc.freenode.net ! -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org