Python 2's end of life is coming in just over a year. Can we make the run.py script (and its dependencies, regression.py, etc) compatible with both?
I'm guessing most of the updates will be adding parens around print statements. We should also pay attention to any output that we check from making subprocess calls (string vs. bytes).
Python 2's end of life is coming in just over a year. Can we make the run.py script (and its dependencies, regression.py, etc) compatible with both?
I'm guessing most of the updates will be adding parens around print statements. We should also pay attention to any output that we check from making subprocess calls (string vs. bytes).