Skip to content

Commit 4ce9565

Browse files
committed
Update docs about Python 2 and resolver
Per #9019.
1 parent f4e96e9 commit 4ce9565

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/html/user_guide.rst

+5-7
Original file line numberDiff line numberDiff line change
@@ -1452,6 +1452,11 @@ We are also changing our support for :ref:`Constraints Files`:
14521452
* Links are not allowed as constraints (see :issue:`8253`)
14531453
* Constraints cannot have extras (see :issue:`6628`)
14541454

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

14561461
How to upgrade and migrate
14571462
--------------------------
@@ -1504,13 +1509,6 @@ How to upgrade and migrate
15041509
their root causes, you can choose the old resolver behavior
15051510
using the flag ``--use-deprecated=legacy-resolver``.
15061511

1507-
Per our :ref:`Python 2 Support` policy, pip 20.3 users who are
1508-
using Python 2 and who have trouble with the new resolver can
1509-
choose to switch to the old resolver behavior using the flag
1510-
``--use-deprecated=legacy-resolver``. Python 2 users should
1511-
upgrade to Python 3 as soon as possible, since in pip 21.0 in
1512-
January 2021, pip will drop support for Python 2 altogether.
1513-
15141512
5. **Please report bugs** through the `resolver testing survey`_.
15151513

15161514

0 commit comments

Comments
 (0)