diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:26:30 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-10-17 21:26:30 (GMT) |
commit | baa6d3a01f9716e96ccc8126c863a8e5916e910c (patch) | |
tree | 97ce2cb5523da39116e70f04c1fe88a22fb17bef /Misc | |
parent | be16d68071623cdeea9611cf8debafe10bb409c0 (diff) | |
download | cpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.zip cpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.tar.gz cpython-baa6d3a01f9716e96ccc8126c863a8e5916e910c.tar.bz2 |
Issue #22644: Update the Windows build to OpenSSL 1.0.1j
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -+++++++++++ ++++++++++++ Python News +++++++++++ @@ -90,6 +90,10 @@ Build - Issue #17219: Add library build dir for Python extension cross-builds. +Windows +------- + +- Issue #22644: The bundled version of OpenSSL has been updated to 1.0.1j. What's New in Python 3.4.2? =========================== |