From 4521b13477829aa6a315c51d011ffe1a4c472bd0 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Wed, 19 Jun 2019 17:54:48 +0800 Subject: [PATCH] python: Clarify README for Python 2-only libraries This clarifies that Python 2-only libraries will have a Python 3 version added, instead of being replaced by a Python 3 version (before the 2020 mass removal). Signed-off-by: Jeffery To --- lang/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/python/README.md b/lang/python/README.md index 9c43fd105..61325b7d5 100644 --- a/lang/python/README.md +++ b/lang/python/README.md @@ -52,7 +52,7 @@ Leading up to "The Snap": * If a replacement cannot be found, the program will be removed during "The Snap" * Python 2 libraries will remain in the feed until "The Snap" - * A Python 2-only library will be transitioned to Python 3 (or a suitable replacement found), if its Python 3 version is a dependency of another package in the feed + * For any Python 2-only libraries, a Python 3 version will be added (or a suitable replacement found), if its Python 3 version is a dependency of another package in the feed * Python 2 libraries will receive normal updates until 31 October 2019 * From 31 October 2019 onward: * Python 2-only libraries will receive security updates only