Closed ntova closed 4 years ago
Would a pull request to port this script to python3 be accepted?
It may be possible to make this script work in python2 and python3 by using the right __future__ imports.
__future__
Python 2 is going out of support in April 2020.
Sorry, the porting work was already done in the wptagent project, the updated script just wasn't copied over here. I'll copy it over in a few minutes.
Would a pull request to port this script to python3 be accepted?
It may be possible to make this script work in python2 and python3 by using the right
__future__
imports.Python 2 is going out of support in April 2020.