From: Hazen B. <hba...@ma...> - 2016-11-26 01:30:43
|
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 |