diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:53:04 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-03-24 21:53:04 (GMT) |
commit | 5fe5b4ead3aba166b46d66f809dc5c446e3c61d9 (patch) | |
tree | 09728bbd7f0eab9261b87887915ff2731e688e0c /Misc | |
parent | 1e81b3e6556fa853a0b59802282dfbba43431400 (diff) | |
parent | 005fb742b998488bcf81cd388272d651f0428092 (diff) | |
download | cpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.zip cpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.tar.gz cpython-5fe5b4ead3aba166b46d66f809dc5c446e3c61d9.tar.bz2 |
#17425: merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1143,6 +1143,8 @@ Tests Build ----- +- Issue #17425: Build with openssl 1.0.1d on Windows. + - Issue #16754: Fix the incorrect shared library extension on linux. Introduce two makefile macros SHLIB_SUFFIX and EXT_SUFFIX. SO now has the value of SHLIB_SUFFIX again (as in 2.x and 3.1). The SO macro is removed in 3.4. |