have you guys thought about using Python 2to3?
https://docs.python.org/2/library/2to3.html
even if you don't use the result, it may give a good direction for
problems that arise.
On 2015-02-23 14:54:47 +0000, José Matos said:
Hi,
the first step to start the procedure is to update the requirements
for python to 2.7 as discussed last year.
My problem is that as described last year I suggest to support python
== 2.7.x (for any x) and python >= 3.3.0.
I am at loss how to add this test to configure.ac and similarly to
cmake.
Any help from our resident experts Jean-Marc and Kornel.