Skip to content

Commit

Permalink
Update docs about Python 2 and resolver
Browse files Browse the repository at this point in the history
Per #9019.
  • Loading branch information
brainwane committed Oct 29, 2020
1 parent f4e96e9 commit 4ce9565
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/html/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,11 @@ We are also changing our support for :ref:`Constraints Files`:
* Links are not allowed as constraints (see :issue:`8253`)
* Constraints cannot have extras (see :issue:`6628`)

Per our :ref:`Python 2 Support` policy, pip 20.3 users who are using
Python 2 will use the legacy resolver by default. Python 2 users
should upgrade to Python 3 as soon as possible, since in pip 21.0 in
January 2021, pip will drop support for Python 2 altogether.


How to upgrade and migrate
--------------------------
Expand Down Expand Up @@ -1504,13 +1509,6 @@ How to upgrade and migrate
their root causes, you can choose the old resolver behavior
using the flag ``--use-deprecated=legacy-resolver``.

Per our :ref:`Python 2 Support` policy, pip 20.3 users who are
using Python 2 and who have trouble with the new resolver can
choose to switch to the old resolver behavior using the flag
``--use-deprecated=legacy-resolver``. Python 2 users should
upgrade to Python 3 as soon as possible, since in pip 21.0 in
January 2021, pip will drop support for Python 2 altogether.

5. **Please report bugs** through the `resolver testing survey`_.


Expand Down

0 comments on commit 4ce9565

Please sign in to comment.