PEP 477: Resolve uses of the default role (#3409)
This commit is contained in:
parent
49abbcea97
commit
2e87059c8e
|
@ -105,7 +105,7 @@ module it is explicitly allowed for downstream distributors to patch the
|
||||||
|
|
||||||
If a downstream distributor wishes to disable ``ensurepip`` completely in
|
If a downstream distributor wishes to disable ``ensurepip`` completely in
|
||||||
Python 2.7, they should still at least provide the module and allow
|
Python 2.7, they should still at least provide the module and allow
|
||||||
`python -m ensurepip` style invocation. However it should raise errors or
|
``python -m ensurepip`` style invocation. However it should raise errors or
|
||||||
otherwise exit with a non-zero exit code and print out an error on stderr
|
otherwise exit with a non-zero exit code and print out an error on stderr
|
||||||
directing users to what they can/should use instead of ``ensurepip``.
|
directing users to what they can/should use instead of ``ensurepip``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue