2020-02-13, Kevin Traynor: > That is true for the distribution versions, but there may be developers > doing some compiling themselves using latest. > > I think it would be ok to start the process of removing python2 from > DPDK...but...there probably needs to be some deprecation notice and time > to allow people upgrade or raise any concerns.
We could insert DeprecationWarnings in the python scripts when executed with python2 but I fear this could break things that rely on these scripts output. https://docs.python.org/2/library/warnings.html#warnings.warn I'm not sure how to prevent this kind of issues though. About official deprecation notices, I figure the decision must be made by maintainers and/or the technical board. -- Robin