Ned Deily added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22827>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to