From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 58B6BC2D0A8 for ; Mon, 28 Sep 2020 15:36:28 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id DF6FA2074A for ; Mon, 28 Sep 2020 15:36:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DF6FA2074A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B40A61C194; Mon, 28 Sep 2020 17:36:25 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 75ACE1C18E for ; Mon, 28 Sep 2020 17:36:23 +0200 (CEST) IronPort-SDR: xakGpGhH0DqjA+YYAXYXHRleIAOmf5Xtrd0eB51nAoq9uDDF7s7RuozJQyWiiKI7KG0xU3n52n voJgFjrVZiHw== X-IronPort-AV: E=McAfee;i="6000,8403,9758"; a="159393433" X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="159393433" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 08:36:21 -0700 IronPort-SDR: R2Sbx3odltdNttatfA4BrkDr0izdmNdPii1hRTS0yI0AJABQrl02drumeGo/xg3QAEek7dC5rA hKG1F3dtJ+sg== X-IronPort-AV: E=Sophos;i="5.77,313,1596524400"; d="scan'208";a="514301739" Received: from klaatz-mobl1.ger.corp.intel.com (HELO [10.213.220.180]) ([10.213.220.180]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Sep 2020 08:36:20 -0700 To: Bruce Richardson , David Marchand Cc: Louise Kilheeney , dev , "Burakov, Anatoly" , Robin Jarry References: <20200921120357.220588-1-kevin.laatz@intel.com> <20200928104328.409055-1-kevin.laatz@intel.com> <20200928151434.GD951@bricha3-MOBL.ger.corp.intel.com> From: Kevin Laatz Message-ID: <881a5aee-09cb-f452-16ac-725e7ece92d5@intel.com> Date: Mon, 28 Sep 2020 16:36:18 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20200928151434.GD951@bricha3-MOBL.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 28/09/2020 16:14, Bruce Richardson wrote: > 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 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. Just noticed doc/guides/conf.py was also missed... Will work on this and the above for v9 >> - the deprecation notice can be dropped and this will go with a >> corresponding update of the release note, Will take care of this in the v9 as well. Thanks. >> -- >> David Marchand >>