From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 06C66A0553; Mon, 17 Feb 2020 11:42:16 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F3F9A1D8E2; Mon, 17 Feb 2020 11:42:15 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 4CDBB1C0DA for ; Mon, 17 Feb 2020 11:42:14 +0100 (CET) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Feb 2020 02:42:13 -0800 X-IronPort-AV: E=Sophos;i="5.70,452,1574150400"; d="scan'208";a="228382247" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.79]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Feb 2020 02:42:11 -0800 Date: Mon, 17 Feb 2020 10:42:07 +0000 From: Bruce Richardson To: Robin Jarry Cc: Neil Horman , John McNamara , Marko Kovacevic , dev@dpdk.org, Kevin Traynor , Timothy Redaelli Message-ID: <20200217104207.GA861@bricha3-MOBL.ger.corp.intel.com> References: <20200217091712.vaft22mr244pkwlf@6wind.com> <20200217092659.10468-1-robin.jarry@6wind.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200217092659.10468-1-robin.jarry@6wind.com> User-Agent: Mutt/1.12.1 (2019-06-15) Subject: Re: [dpdk-dev] [PATCH] doc: add deprecation notice for python 2 support 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 Mon, Feb 17, 2020 at 10:26:59AM +0100, Robin Jarry wrote: > Now that Python 2 is officially not maintained anymore, prepare the > removal of support in DPDK. > > Add a deprecation notice indicating the removal schedule. > > Cc: Bruce Richardson > Cc: Kevin Traynor > Cc: Timothy Redaelli > > Signed-off-by: Robin Jarry > --- > doc/guides/rel_notes/deprecation.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst > index dfcca87ab95a..8f476bc5a9e9 100644 > --- a/doc/guides/rel_notes/deprecation.rst > +++ b/doc/guides/rel_notes/deprecation.rst > @@ -91,3 +91,9 @@ Deprecation Notices > to set new power environment if power environment was already initialized. > In this case the function will return -1 unless the environment is unset first > (using ``rte_power_unset_env``). Other function usage scenarios will not change. > + > +* python: Since the beginning of 2020, Python 2 has officially reached > + end-of-support: https://www.python.org/doc/sunset-python-2/. > + Python 2 support will be completely removed in 20.11. > + In 20.08, explicit deprecation warnings will be displayed when running > + scripts with Python 2. > -- > 2.24.1 Acked-by: Bruce Richardson