This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 477 (ensurepip backport to 2.7.9): "make install" and "make altinstall" integration
Type: Stage: resolved
Components: Build Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ned.deily Nosy List: ncoghlan, ned.deily, python-dev
Priority: normal Keywords: patch

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:10adminsetgithub: 67067
2014-11-20 10:20:44ned.deilysetstatus: open -> closed
resolution: fixed
messages: + msg231419

stage: patch review -> resolved
2014-11-20 10:12:16python-devsetnosy: + python-dev
messages: + msg231418
2014-11-16 00:39:08ned.deilysetfiles: + pep477_make.patch

nosy: + ncoghlan
messages: + msg231228

keywords: + patch
stage: patch review
2014-11-15 08:15:11ned.deilycreate