python: Clarify README for Python 2-only libraries
authorJeffery To <jeffery.to@gmail.com>
Wed, 19 Jun 2019 09:54:48 +0000 (17:54 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 19 Jun 2019 13:09:10 +0000 (21:09 +0800)
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 <jeffery.to@gmail.com>
lang/python/README.md

index 9c43fd105131cf09e130441ae0b20f023a6e2d8f..61325b7d51def0ba2a939434e8ae061f0252d9d2 100644 (file)
@@ -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