Reword as suggested in PR review

This commit is contained in:
Pradyun Gedam 2019-07-18 10:44:02 +05:30
parent 3b3bd76be3
commit 8de817c7ed
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 3 additions and 3 deletions

View File

@ -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