diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-22 13:45:37 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-22 13:45:37 (GMT) |
commit | eef49f5dd021d15396551880cf451042a79a1107 (patch) | |
tree | e6032d3589e0e8600929cba82a5adbff1d3d0f63 /Misc/NEWS.d | |
parent | 0c4997f1919d8583353b12537a63dcbe7b9d280f (diff) | |
download | cpython-eef49f5dd021d15396551880cf451042a79a1107.zip cpython-eef49f5dd021d15396551880cf451042a79a1107.tar.gz cpython-eef49f5dd021d15396551880cf451042a79a1107.tar.bz2 |
bpo-31351: Set return code in ensurepip when pip fails (GH-3626) (GH-3683)
Previously ensurepip would always report success, even if the
pip installation failed.
(cherry picked from commit 9adda0cdf89432386b7a04444a6199b580d287a1)
* Update version changed notice for backport
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-17-15-24-25.bpo-31351.yQdKv-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-17-15-24-25.bpo-31351.yQdKv-.rst b/Misc/NEWS.d/next/Library/2017-09-17-15-24-25.bpo-31351.yQdKv-.rst new file mode 100644 index 0000000..20f2c1b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-17-15-24-25.bpo-31351.yQdKv-.rst @@ -0,0 +1,2 @@ +python -m ensurepip now exits with non-zero exit code if pip bootstrapping +has failed. |