Benjamin Bannier created MESOS-4054:
---------------------------------------

             Summary: Evaluate python-compatibility of python bindings and 
utilities
                 Key: MESOS-4054
                 URL: https://issues.apache.org/jira/browse/MESOS-4054
             Project: Mesos
          Issue Type: Task
            Reporter: Benjamin Bannier
            Priority: Minor


In many places our python tools do not enforce a particular python version but 
call the first {{python}} from {{env}} (likely python2).

We likely rely on some python2 constructs which can be easily migrated to a 
python3 equivalent (e.g., {{print}} vs. {{print_function}}). Let's evaluate 
what else we use and how much effort it would be to support both python2 and 
python3. If we can collect information on what minimal python version is 
required right we should also collect that to see what is available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to