Skip to content

Commit 1e5e544

Browse files
committed
Ref links and followup tips
1 parent 223e379 commit 1e5e544

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/html/development/release-process.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ to need extra work before being released, the release manager always has the
3030
option to back out the partial change prior to a release. The PR can then be
3131
reworked and resubmitted for the next release.
3232

33+
.. _`Deprecation Policy`:
3334

3435
Deprecation Policy
3536
==================

docs/html/user_guide.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,8 @@ of ability. Some examples that you could consider include:
10231023
* ``distlib`` - Packaging and distribution utilities (including functions for
10241024
interacting with PyPI).
10251025

1026+
.. _`Resolver changes 2020`:
1027+
10261028
Changes to the pip dependency resolver in 20.2 (2020)
10271029
=====================================================
10281030

@@ -1215,13 +1217,23 @@ Specific things we'd love to get feedback on:
12151217
* If you have workarounds to address issues with the current resolver,
12161218
does the new resolver let you remove those workarounds? Tell us!
12171219

1220+
Please let us know through the `resolver testing survey`_.
12181221

12191222
Context and followup
12201223
--------------------
12211224

1222-
As discussed in `our announcement on the PSF blog`_, the pip team are in the process of developing a new "dependency resolver" (the part of pip that works out what to install based on your requirements). We have reached a major milestone in this work, and have a testable ("beta") version of the resolver, which you can test, included in this release.
1225+
As discussed in `our announcement on the PSF blog`_, the pip team are
1226+
in the process of developing a new "dependency resolver" (the part of
1227+
pip that works out what to install based on your requirements). Since
1228+
this work will not change user-visible behavior described in the pip
1229+
documentation, this change is not covered by the :ref:`Deprecation
1230+
Policy`.
1231+
1232+
We're tracking our rollout in :issue:`6536` and you can watch for
1233+
announcements on the `low-traffic packaging announcements list`_.
12231234

12241235
.. _freeze: https://pip.pypa.io/en/latest/reference/pip_freeze/
12251236
.. _resolver testing survey: https://tools.simplysecure.org/survey/index.php?r=survey/index&sid=989272&lang=en
12261237
.. _our announcement on the PSF blog: http://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html
12271238
.. _tensorflow: https://pypi.org/project/tensorflow/
1239+
.. _low-traffic packaging announcements list: https://mail.python.org/mailman3/lists/pypi-announce.python.org/

0 commit comments

Comments
 (0)