[Python-checkins] cpython (merge 3.5 -> default): Merge PCbuild/readme.txt update from 3.5

zach.ware python-checkins at python.org
Wed Jun 17 17:11:09 CEST 2015


https://hg.python.org/cpython/rev/821e0e7420e8
changeset:   96614:821e0e7420e8
parent:      96609:8667c26e2bec
parent:      96613:765228ff0811
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Wed Jun 17 09:48:19 2015 -0500
summary:
  Merge PCbuild/readme.txt update from 3.5

files:
  PCbuild/readme.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt
--- a/PCbuild/readme.txt
+++ b/PCbuild/readme.txt
@@ -208,8 +208,9 @@
     to be somewhere on your PATH.  More recent versions of OpenSSL may
     need a later version of NASM. If OpenSSL's self tests don't pass,
     you should first try to update NASM and do a full rebuild of
-    OpenSSL.  get_externals.py also downloads a snapshot of NASM, and the
-    libeay and ssleay sub-projects use that version of nasm.exe.
+    OpenSSL.  If you use the PCbuild\get_externals.bat method
+    for getting sources, it also downloads a version of NASM which the
+    libeay/ssleay sub-projects use.
 
     The libeay/ssleay sub-projects expect your OpenSSL sources to have
     already been configured and be ready to build.  If you get your sources

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list