I have a great infrastructure written in Python 2.6, and I recently took a hit at porting to 3.1 (it was much smoother than I expected), despite the lack of backward compatibility.
Ultimately, I want to integrate part of this Python code with the large amount of Java code that we have, and was thinking of trying Jython. However, looking at Jython tutorials, all examples are given in 2.6 syntax (for example, printing is not yet a function).
Will / will Jython support Python 3.x syntax now or in the near future? Or do I need to go back to 2.6 if I want to end up using Jython?
source share