summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-02-22 10:02:30 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-02-22 10:02:30 (GMT)
commit16f164e9b8b25b4c3e203249be44e910b0ee5827 (patch)
tree5d31a448e828a6acdf39750ed20aa171168fd4ff /Misc
parent1f0e1f3cbbb5205b3c6787da268051f84b338739 (diff)
downloadcpython-16f164e9b8b25b4c3e203249be44e910b0ee5827.zip
cpython-16f164e9b8b25b4c3e203249be44e910b0ee5827.tar.gz
cpython-16f164e9b8b25b4c3e203249be44e910b0ee5827.tar.bz2
Issue #26268: Update the prepare_ssl.py script
It can now handle OpenSSL versions 1.0.2e and greater, which don't include include files in include/. Note that sources prepared by this script no longer support the old project files for 2.7; you now have to have Perl available to use the old build_ssl.py script with sources from svn.python.org.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9de4fce..53dbcce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -263,6 +263,10 @@ Build
Windows
-------
+- Issue #26268: Update the prepare_ssl.py script to handle OpenSSL releases
+ that don't include the contents of the include directory (that is, 1.0.2e
+ and later).
+
- Issue #26071: bdist_wininst created binaries fail to start and find
32bit Python