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 | f88d83b922d3525ec65dbfe03e27f197ef1a9021 (patch) | |
tree | a5f13f1c05af824b4ef3259b43ee2a9407d13531 /Misc | |
parent | dccc5edfa15890fb17afda19ab40b33810afab83 (diff) | |
download | cpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.zip cpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.tar.gz cpython-f88d83b922d3525ec65dbfe03e27f197ef1a9021.tar.bz2 |
Issue #26930: Update Windows build to OpenSSL 1.0.2h
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ Library locale encoding, and fix get_begidx() and get_endidx() to return code point indexes. +- Issue #26930: Update Windows builds to use OpenSSL 1.0.2h. What's New in Python 3.5.2 final? ================================= |