From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 2C5B2A04C3;
	Mon, 28 Sep 2020 17:14:45 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id CF0841D9BE;
	Mon, 28 Sep 2020 17:14:43 +0200 (CEST)
Received: from mga02.intel.com (mga02.intel.com [134.134.136.20])
 by dpdk.org (Postfix) with ESMTP id 49D061D9AA
 for <dev@dpdk.org>; Mon, 28 Sep 2020 17:14:41 +0200 (CEST)
IronPort-SDR: NjDG5vH51f1G7aGf9zY4Bj2VZRdmJGXtn9Gb+A3YlZBKZSb9V7Z85wkxQ9QZSU58fbhOW6l1Vo
 eW2vO6J3g9cA==
X-IronPort-AV: E=McAfee;i="6000,8403,9757"; a="149674623"
X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="149674623"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 28 Sep 2020 08:14:39 -0700
IronPort-SDR: xgUED+ltBPV7IP8AS+yluy2G/lpPXptntdPza9gOTsPQ1N7IhYjhNoz7DNCSgzoA0uU2axajKn
 UHvERCJ7k4rQ==
X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="338219645"
Received: from bricha3-mobl.ger.corp.intel.com ([10.213.192.54])
 by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;
 28 Sep 2020 08:14:37 -0700
Date: Mon, 28 Sep 2020 16:14:34 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: David Marchand <david.marchand@redhat.com>
Cc: Kevin Laatz <kevin.laatz@intel.com>,
 Louise Kilheeney <louise.kilheeney@intel.com>, dev <dev@dpdk.org>,
 "Burakov, Anatoly" <anatoly.burakov@intel.com>,
 Robin Jarry <robin.jarry@6wind.com>
Message-ID: <20200928151434.GD951@bricha3-MOBL.ger.corp.intel.com>
References: <20200921120357.220588-1-kevin.laatz@intel.com>
 <20200928104328.409055-1-kevin.laatz@intel.com>
 <CAJFAV8ztSLQ5MiggeTFz-YdDODdxk4U8nWRTC9BUC_ug5ZJ7dA@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <CAJFAV8ztSLQ5MiggeTFz-YdDODdxk4U8nWRTC9BUC_ug5ZJ7dA@mail.gmail.com>
Subject: Re: [dpdk-dev] [PATCH v8 00/10] adding support for python 3 only
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

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.laatz@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
>