tsung icon indicating copy to clipboard operation
tsung copied to clipboard

tsung-plotter is not ready for python 3 (python2 EOL)

Open didier13150 opened this issue 6 years ago • 3 comments

Hi, I'm the fedora packager for tsung. As you known, python 2 will be officially end of life at January the 1st 2020 and tsung-plotter is not ready for python 3. Fedora plains to remove python2 entirely before this date.

didier13150 avatar May 18 '19 23:05 didier13150

I'm not familiar with tsung-plotter nor python. But it looks like there is not much Python LOC in tsung (https://github.com/processone/tsung/search?q=language%3APython&unscoped_q=language%3APython).

What would you suggest? Supporting both versions? Drop Python 2 support?

tisba avatar May 19 '19 10:05 tisba

tsung-python3.patch.txt Support both versions is a good idea because upgrading to python3 doesn't break python2 running (just add parenthesis to each print function). But the patch is not hardened tested.

didier13150 avatar May 19 '19 18:05 didier13150

Thank you for the patch. It would greatly be appreciated if you could open up a Pull Request. This makes it a lot easier to be reviewed, discussed and merged eventually. Thank you!

tisba avatar May 31 '19 14:05 tisba