diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2017-03-03 22:07:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-03 22:07:37 (GMT) |
commit | dd2000cbe475da48fdc94e8f05618e9f460077fd (patch) | |
tree | 469ef53597de7548cf1703d03f195c700ec70091 /Misc/NEWS | |
parent | 6e965d9e78b278f2f720a932e7b149cb7d88bd72 (diff) | |
download | cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.zip cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.gz cpython-dd2000cbe475da48fdc94e8f05618e9f460077fd.tar.bz2 |
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-443)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -127,6 +127,11 @@ Tests determine the candidate encoding for the test regex (allowing it to correctly skip the test when the default locale encoding is a multi-byte encoding) +Build +----- + +- bpo-29572: Update Windows build and OS X installers to use OpenSSL 1.0.2k. + What's New in Python 3.5.3? =========================== |