Hello,

I would like to fix PLplot so that it works with Python3. At a minimum 
it looks like this means fixing all the print statements, i.e.:

print "asdf" -> print("asdf")

I'll test against Python2.7. Do I also need to test against Python2.6? 
Or is that far enough in the past that we don't support it anymore?

-Hazen

------------------------------------------------------------------------------
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to