On Mon, Sep 28, 2020 at 05:09:30PM +0200, David Marchand wrote: > Hello Kevin, Louise, > > On Mon, Sep 28, 2020 at 12:48 PM Kevin Laatz <kevin.la...@intel.com> wrote: > > > > 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. > > Thanks for working on this. > > I noticed some leftovers: > - doc/guides/contributing/coding_style.rst and > doc/guides/linux_gsg/sys_reqs.rst still mention that scripts work with > python2,
For the GSG doc, there is an overlap with the make removal doc updates which already fix that (since meson itself requires py3): http://patches.dpdk.org/patch/78191/ Good catch on the former. > - the deprecation notice can be dropped and this will go with a > corresponding update of the release note, > > > -- > David Marchand >