Conversation
This changes the output from:
↪ python -m ensurepip --help
[...]
--altinstall Make an alternate install, installing only the X.Y
versionedscripts (Default: pipX, pipX.Y, easy_install-X.Y)
to:
↪ ./python -m ensurepip --help
[...]
--altinstall Make an alternate install, installing only the X.Y versioned
scripts (Default: pipX, pipX.Y, easy_install-X.Y)
This makes --help for all optional arguments consistent and also makes it consistent with pip --help.
|
Hello, and thanks for your contribution! I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA). Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
|
@mineo, in order to accept a change to CPython, we need formal approval that we can share your work with the world. |
|
@encukou No problem - I was hoping to maybe stay under the CLA radar for such a small contribution :-), but I've now filled out the CLA and have the correct flag on b.p.o: https://bugs.python.org/user18307. |
|
Thanks for doing that! |
|
GH-7238 is a backport of this pull request to the 3.7 branch. |
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
|
Sorry, @mineo and @encukou, I could not cleanly backport this to |
|
GH-7239 is a backport of this pull request to the 3.6 branch. |
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help.. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
|
GH-7240 is a backport of this pull request to the 2.7 branch. |
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help.. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
* Add a space to ensurepip's --altinstall option * Add periods to the arguments of ensurepip that didn't have it This makes --help for all optional arguments consistent and also makes it consistent with pip --help. (cherry picked from commit e9537ad) Co-authored-by: Wieland Hoffmann <[email protected]>
Commit 1:
Add a space to ensurepip's --altinstall option
This changes the output from:
to:
Commit 2:
Add periods to the arguments of ensurepip that didn't have it
This makes --help for all optional arguments consistent and also makes it
consistent with pip --help.