From 5aa2f0db4acf256d1655fa12c3e868b77f6f52ee Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 17 Feb 2020 10:26:59 +0100 Subject: [PATCH] doc: announce python 2 support removal Now that Python 2 is officially not maintained anymore, prepare the removal of support in DPDK. Add a deprecation notice indicating the removal schedule. Signed-off-by: Robin Jarry Acked-by: Bruce Richardson Acked-by: Neil Horman Acked-by: Thomas Monjalon Acked-by: Kevin Traynor Acked-by: David Marchand --- 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 0b5d90f8d3..1339f54f5f 100644 --- a/doc/guides/rel_notes/deprecation.rst +++ b/doc/guides/rel_notes/deprecation.rst @@ -112,3 +112,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.20.1