summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 17:50:34 (GMT)
commit84fc4ba67eedd249ae7643930eacd0058303b95c (patch)
tree3504c3a2f01ada1d9fb11c03eed14be871b47d0e /Misc/NEWS
parent997d05d89ff918745ca1240f59c2081776857282 (diff)
downloadcpython-84fc4ba67eedd249ae7643930eacd0058303b95c.zip
cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.gz
cpython-84fc4ba67eedd249ae7643930eacd0058303b95c.tar.bz2
Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c266b1e..c81aeb4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -250,6 +250,8 @@ Build
- Issue #17547: In configure, explicitly pass -Wformat for the benefit for GCC
4.8.
+- Issue #17962: Build with OpenSSL 1.0.1e on Windows.
+
What's New in Python 3.3.1?
===========================