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 72859A0553; Mon, 17 Feb 2020 10:27:31 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4BC171DB83; Mon, 17 Feb 2020 10:27:30 +0100 (CET) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 08E721DB82 for ; Mon, 17 Feb 2020 10:27:28 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id z7so18710176wrl.13 for ; Mon, 17 Feb 2020 01:27:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=POe0uaekohlzU66J+w49DEThMBTsFNHtPV1r0jTayCw=; b=gzO7diVsEK2YV63Q1xnFlQ1GZ7aT3Ao3AFsuLES4DrvRRs69iqhRcGtDuTrOx2VqDr 0b86BQd0uFycwTCYmdm0lapaDTKrRRT6o54nYxQj6F/ngRSqcMU//LAzwfz/+siP2DpX F2ZViY5QZOL05uqiv+CCLkLcKyGdvcSUs79Gd7YDvcOolwrpi7bDxoN2IEbiMmqAA4eV YfMLFsJAddhV8NWhgmptf3+xMFZKOFbR49VbR7kQ1yopVGL17HP7/IWS3G74xITGIe6V Xipzle8D+vlZKC1ua7JXFqGw7Zs0ldX7glKdxS/QUXZsNnE3QbZk1zB/7FxtWxeNWJ1i ig2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=POe0uaekohlzU66J+w49DEThMBTsFNHtPV1r0jTayCw=; b=nNf1Xb5Pr+KGtuIK5Vq2LviDN70okatrGk9eI9paKXAp8sTFQtWJmE3kLwC942PlsY OIVletguoHeTHToy2pBQ44d2KtFAHX4eVh/oGcZ/pf1y9UvOgkOyIgzl76nCKVu/xDEV SMGUWr100zUfX51bMRqrZ7LzcSxf0mEFeFX576ZUL83NiZVPCfgkj6I0jT1UzOcIKF1Z 0PXFaagJgGKyvKv+mOhmD3gmWN91hYwJSkw7dyIFmhto9mY2xxiiYDyYuYvf+jpD8YuQ f9kTITBe41sHlUE5+zp3uT6WRfXAmTn2p01hEjWKX8Puhia1R24GkW5YYR5kMIRyqGIq eCoQ== X-Gm-Message-State: APjAAAW3ztahoGUC/egyXL48vKCAP6iS61A5Yii1AJYImjw3/uEqvNiC gi2ho/ma+hDwbDLkKWbDgkjM9A== X-Google-Smtp-Source: APXvYqxI6RzID+qBw0s0aqQXKnPWB6wsOaauxp8CtP2qc0LAgBPQHyruimUEMfDlrrPFP5gLXeKhmg== X-Received: by 2002:a5d:67c7:: with SMTP id n7mr20815190wrw.319.1581931648591; Mon, 17 Feb 2020 01:27:28 -0800 (PST) Received: from tom.dev.6wind.com. (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id q3sm18509603wmj.38.2020.02.17.01.27.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Feb 2020 01:27:28 -0800 (PST) From: Robin Jarry To: Neil Horman , John McNamara , Marko Kovacevic Cc: dev@dpdk.org, Bruce Richardson , Kevin Traynor , Timothy Redaelli Date: Mon, 17 Feb 2020 10:26:59 +0100 Message-Id: <20200217092659.10468-1-robin.jarry@6wind.com> X-Mailer: git-send-email 2.24.1 In-Reply-To: <20200217091712.vaft22mr244pkwlf@6wind.com> References: <20200217091712.vaft22mr244pkwlf@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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" 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