summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-06-15 22:13:28 (GMT)
commit42d4b9c22c0ccd54e93dcc491b51d47ac0dea932 (patch)
tree011b2fc10fb660c59c82eb519a0e57c3eb8024de /Misc
parentf7c562439b4aca9bd58689a32e035b9199818d0d (diff)
downloadcpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.zip
cpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.tar.gz
cpython-42d4b9c22c0ccd54e93dcc491b51d47ac0dea932.tar.bz2
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS13
1 files changed, 11 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8979afd..4ad2551 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,8 +10,17 @@ Release date: 2016-06-26
Core and Builtins
-----------------
-Library
--------
+- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h.
+
+Tests
+-----
+
+- Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
+
+IDLE
+----
+
+- Issue #27365: Allow non-ascii in idlelib/NEWS.txt - minimal part for 3.5.2.
What's New in Python 3.5.2 release candidate 1?