[dpdk-dev] [PATCH v8 00/10] adding support for python 3 only

Bruce Richardson bruce.richardson at intel.com
Mon Sep 28 17:09:01 CEST 2020


On Mon, Sep 28, 2020 at 01:29:53PM +0200, Robin Jarry wrote:
> Hi Kevin, all,
> 
> 2020-09-28, Kevin Laatz:
> > This patch set converts all python scripts in the project to use
> > python3 only and removes all deprecation notices associated with these
> > changes. This is due to python2 being EOL in January 2020.
> > 
> > ---
> > v6:
> >   - rebased, removing conflict with make removal patchset.
> >   - added changes to buildtools/map_to_win.py
> > 
> > v7:
> >   - typo in email Cc'ing David Marchand
> >   - added maintainers for buildtools patch
> > 
> > v8:
> >   - removed unrelated cleanup
> >   - replaced integer cast with integer division operator
> 
> For all patches in the series:
> 
> Acked-by: Robin Jarry <robin.jarry at 6wind.com>

Great. Looking forward to having this merged as I'm tired of seeing the
warnings from our scripts when I forget to explicitly call them using
python3!

I expect, once applied, the deprecation notice should also be removed.


More information about the dev mailing list