diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-05-09 14:07:50 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-05-09 14:07:50 (GMT) |
commit | 10c2dba8b26e22b239227775a87fd5931a1ef187 (patch) | |
tree | 846c030cf59c0eba718830d6f35a4d5daaab9e65 /Misc | |
parent | 983c1065fed667cc17cab1c1ef788ab1ebd084e9 (diff) | |
download | cpython-10c2dba8b26e22b239227775a87fd5931a1ef187.zip cpython-10c2dba8b26e22b239227775a87fd5931a1ef187.tar.gz cpython-10c2dba8b26e22b239227775a87fd5931a1ef187.tar.bz2 |
Issue #21141: The Windows build process no longer attempts to find Perl,
instead relying on OpenSSL source being configured and ready to build. The
``PCbuild\build_ssl.py`` script has been re-written and re-named to
``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source
for both 32 and 64 bit platforms. OpenSSL sources obtained from
svn.python.org will always be pre-configured and ready to build.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -354,6 +354,13 @@ IDLE Build ----- +- Issue #21141: The Windows build process no longer attempts to find Perl, + instead relying on OpenSSL source being configured and ready to build. The + ``PCbuild\build_ssl.py`` script has been re-written and re-named to + ``PCbuild\prepare_ssl.py``, and takes care of configuring OpenSSL source + for both 32 and 64 bit platforms. OpenSSL sources obtained from + svn.python.org will always be pre-configured and ready to build. + - Issue #21037: Add a build option to enable AddressSanitizer support. - The Windows build now includes OpenSSL 1.0.1g |