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 7D206A0553; Mon, 17 Feb 2020 13:11:23 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E9C41DAB3; Mon, 17 Feb 2020 13:11:23 +0100 (CET) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id EA8DD1BF9C for ; Mon, 17 Feb 2020 13:11:21 +0100 (CET) Received: from 2606-a000-111b-43ee-0000-0000-0000-1bf2.inf6.spectrum.com ([2606:a000:111b:43ee::1bf2] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1j3fEw-0003lf-VA; Mon, 17 Feb 2020 07:11:14 -0500 Date: Mon, 17 Feb 2020 07:11:04 -0500 From: Neil Horman To: Robin Jarry Cc: John McNamara , Marko Kovacevic , dev@dpdk.org, Bruce Richardson , Kevin Traynor , Timothy Redaelli Message-ID: <20200217121104.GA148702@hmswarspite.think-freely.org> 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> X-Spam-Score: -2.9 (--) X-Spam-Status: No 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: Neil Horman