diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-07-03 22:16:37 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-07-03 22:16:37 (GMT) |
commit | f92673c25419d85e96b2aac084682bc109b68635 (patch) | |
tree | a828214248e72581277abe1797fe49fdfe6fcb47 /Misc | |
parent | ac2bd5b1e8c5d8ee04c12ef6f34f1c9f1f8338c0 (diff) | |
parent | a09ef0389badf6646e1d470d722880e6d5d65f33 (diff) | |
download | cpython-f92673c25419d85e96b2aac084682bc109b68635.zip cpython-f92673c25419d85e96b2aac084682bc109b68635.tar.gz cpython-f92673c25419d85e96b2aac084682bc109b68635.tar.bz2 |
Issue #24432: Update Windows builds to use OpenSSL 1.0.2c.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -100,6 +100,11 @@ Documentation - Issue #24351: Clarify what is meant by "identifier" in the context of string.Template instances. +Build +----- + +- Issue #24432: Update Windows builds to use OpenSSL 1.0.2c. + What's New in Python 3.5.0 beta 2? ================================== |