From 8de817c7ed2a8e3cd2fb8c18d33dae9e1f9484ef Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Thu, 18 Jul 2019 10:44:02 +0530 Subject: [PATCH] Reword as suggested in PR review --- docs/html/development/release-process.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/html/development/release-process.rst b/docs/html/development/release-process.rst index 1f0f017eb..a3de68459 100644 --- a/docs/html/development/release-process.rst +++ b/docs/html/development/release-process.rst @@ -62,9 +62,9 @@ Python 2 support pip will continue to ensure that it runs on Python 2.7 after the CPython 2.7 EOL date. Support for Python 2.7 will be dropped, if bugs in Python 2.7 itself -prevent this (which is unlikely) or Python 2 usage reduces to a level that pip -maintainers feel it is OK to drop support. The same approach is used to -determine when to drop support for other Python versions. +make this necessary (which is unlikely) or Python 2 usage reduces to a level +where pip maintainers feel it is OK to drop support. The same approach is used +to determine when to drop support for other Python versions. However, bugs reported with pip which only occur on Python 2.7 would likely not be addressed directly by pip's maintainers. Pull Requests to fix Python 2.7