diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2016-06-15 22:13:28 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2016-06-15 22:13:28 (GMT) |
commit | 42d4b9c22c0ccd54e93dcc491b51d47ac0dea932 (patch) | |
tree | 011b2fc10fb660c59c82eb519a0e57c3eb8024de /Misc | |
parent | f7c562439b4aca9bd58689a32e035b9199818d0d (diff) | |
download | cpython-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/NEWS | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -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? |