diff options
author | Ned Deily <nad@python.org> | 2016-08-20 02:12:06 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2016-08-20 02:12:06 (GMT) |
commit | 17cfc86422ff27c5c1d88ec31c1449850bc5df68 (patch) | |
tree | d9035413c12eaca0f69f605f3aeb69d4eaf74d4d /Misc | |
parent | 6902ddf2cab4900fa01248c313e7d4a7e67d97f7 (diff) | |
download | cpython-17cfc86422ff27c5c1d88ec31c1449850bc5df68.zip cpython-17cfc86422ff27c5c1d88ec31c1449850bc5df68.tar.gz cpython-17cfc86422ff27c5c1d88ec31c1449850bc5df68.tar.bz2 |
Issue #27713: Surpress spurious build warnings when updating importlib's
bootstrap files:
Could not find platform dependent libraries <exec_prefix
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Patch by Xiang Zhang
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -177,6 +177,9 @@ Windows Build ----- +- Issue #27713: Surpress spurious build warnings when updating importlib's + bootstrap files. Patch by Xiang Zhang + - Issue #25825: Correct the references to Modules/python.exp, which is required on AIX. The references were accidentally changed in 3.5.0a1. |