diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-16 14:41:26 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-05-16 14:41:26 (GMT) |
commit | 019ff19c3902633384cace7a1e488a851a67444c (patch) | |
tree | 86e090b229d263765a2b4f9d7a83c655df25d141 /Misc | |
parent | 26fd8feb5e96276bc99d5682865d34deb190b731 (diff) | |
download | cpython-019ff19c3902633384cace7a1e488a851a67444c.zip cpython-019ff19c3902633384cace7a1e488a851a67444c.tar.gz cpython-019ff19c3902633384cace7a1e488a851a67444c.tar.bz2 |
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -125,6 +125,9 @@ Tools/Demos Build ----- +- Issue #14693: Under non-Windows platforms, hashlib's fallback modules are + always compiled, even if OpenSSL is present at build time. + - Issue #13210: Windows build now uses VS2010, ported from VS2008. |