]> granicus.if.org Git - python/commit
Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied
authorNed Deily <nad@python.org>
Sat, 3 Dec 2016 07:14:09 +0000 (02:14 -0500)
committerNed Deily <nad@python.org>
Sat, 3 Dec 2016 07:14:09 +0000 (02:14 -0500)
commit32b37348661b73b1dd6e061ef56679039222f31b
tree7f5250d46a68c5a8f580ccdd32114cf13db7ad62
parent7653c3806c8a19a8e3e86c21d8679008a6a15afa
Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied
system Python site-packages directory, to sys.path for macOS framework builds.
The coupling between the two Python instances often caused confusion and, as
of macOS 10.12, changes to the site-packages layout can cause pip component
installations to fail.  This change reverts the effects introduced in 2.7.0
by Issue #4865.  If you are using a package with both the Apple system Python
2.7 and a user-installed Python 2.7, you will need to ensure that copies of
the package are installed with both Python instances.
Doc/whatsnew/2.7.rst
Lib/site.py
Lib/test/test_site.py
Mac/BuildScript/resources/ReadMe.rtf
Misc/NEWS