Issue 22878: PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration (original) (raw)

Issue22878

Created on 2014-11-15 08:15 by ned.deily, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep477_make.patch ned.deily,2014-11-16 00:39
Messages (3)
msg231228 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-11-16 00:39
As part of PEP 477, the attached patch backports to Python 2.7.9 the configure and Makefile integration for ensurepip from Python 3 (PEP 453 / Issue19553). As described in PEP 477, for Python 2 ensurepip is not enabled by default by configure. If there are no comments, I'll plan to apply it for 2.7.9 in a few days.
msg231418 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-11-20 10:12
New changeset 07f4b6ecd04a by Ned Deily in branch '2.7': Issue 22878: PEP 477 - "make install" and "make altinstall" integration https://hg.python.org/cpython/rev/07f4b6ecd04a
msg231419 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-11-20 10:20
Committed for release in 2.7.9.
History
Date User Action Args
2022-04-11 14:58:10 admin set github: 67067
2014-11-20 10:20:44 ned.deily set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2014-11-20 10:12:16 python-dev set nosy: + python-devmessages: +
2014-11-16 00:39:08 ned.deily set files: + pep477_make.patchnosy: + ncoghlanmessages: + keywords: + patchstage: patch review
2014-11-15 08:15:11 ned.deily create