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.

Author ned.deily
Recipients doko, dstufft, michael.foord, ncoghlan, ned.deily, steve.dower
Date 2014-11-20.10:32:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416479533.92.0.0514235940076.issue22827@psf.upfronthosting.co.za>
In-reply-to
Content
The configure and Makefile integration backport has been committed in Issue22878.  Unlike with Python 3, the default is to not install pip unless specifically enabled at configure time or on the "make altinstall" or "make install" targets.

I think that about wraps up the code changes for PEP 477.

But it looks like the documentation changes are not complete.  I noticed the following warnings while building the docs:

./Doc/library/ensurepip.rst:31: WARNING: undefined label: installing-index (if the link has no caption the label must precede a section header)
./Doc/whatsnew/2.7.rst:2631: WARNING: undefined label: installing-index (if the link has no caption the label must precede a section header)
./Doc/whatsnew/2.7.rst:2631: WARNING: undefined label: distributing-index (if the link has no caption the label must precede a section header)

It appears that part of the changes that reference the restructured "Installing Python Modules" and "Distributing Python Modules" docs (that replaced the original Distutils docs) got backported but not the docs themselves.  Nick, were you planning to do that?  If not, the references above should be fixed.
History
Date User Action Args
2014-11-20 10:32:13ned.deilysetrecipients: + ned.deily, doko, ncoghlan, michael.foord, steve.dower, dstufft
2014-11-20 10:32:13ned.deilysetmessageid: <1416479533.92.0.0514235940076.issue22827@psf.upfronthosting.co.za>
2014-11-20 10:32:13ned.deilylinkissue22827 messages
2014-11-20 10:32:13ned.deilycreate