Merge pull request #8660 from brainwane/update-flag-in-docs

Update documentation to reflect updated resolver feature flag
This commit is contained in:
Pradyun Gedam 2020-07-31 01:17:00 +05:30 committed by Pradyun Gedam
parent 22d67dc261
commit 6eea0d0a18
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
3 changed files with 10 additions and 9 deletions

View File

@ -4,7 +4,7 @@ about: Create a report to help us improve
---
<!--
If you're reporting an issue for `--unstable-feature=resolver`, use the "Dependency resolver failures / errors" template instead.
If you're reporting an issue for `--use-feature=2020-resolver`, use the "Dependency resolver failures / errors" template instead.
-->
**Environment**

View File

@ -783,7 +783,7 @@ specified packages due to conflicting dependencies (a
``ResolutionImpossible`` error).
This documentation is specific to the new resolver, which you can use
with the flag ``--unstable-feature=resolver``.
with the flag ``--use-feature=2020-resolver``.
Understanding your error message
--------------------------------
@ -1029,13 +1029,13 @@ Changes to the pip dependency resolver in 20.2 (2020)
=====================================================
pip 20.1 included an alpha version of the new resolver (hidden behind
an optional ``--unstable-feature=resolver`` flag). pip 20.2 includes a
robust beta of the new resolver (hidden behind an optional
``--use-feature=2020-resolver`` flag) that we encourage you to
test. We will continue to improve the pip dependency resolver in
response to testers' feedback. Please give us feedback through the
`resolver testing survey`_. This will help us prepare to release pip
20.3, with the new resolver on by default, in October.
an optional ``--unstable-feature=resolver`` flag). pip 20.2 removes
that flag, and includes a robust beta of the new resolver (hidden
behind an optional ``--use-feature=2020-resolver`` flag) that we
encourage you to test. We will continue to improve the pip dependency
resolver in response to testers' feedback. Please give us feedback
through the `resolver testing survey`_. This will help us prepare to
release pip 20.3, with the new resolver on by default, in October.
Watch out for
-------------

1
news/8660.doc Normal file
View File

@ -0,0 +1 @@
Fix feature flag name in docs.