commit | 019ff19c3902633384cace7a1e488a851a67444c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 16:41:26 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 16 16:41:26 2012 +0200 |
tree | 86e090b229d263765a2b4f9d7a83c655df25d141 | |
parent | 26fd8feb5e96276bc99d5682865d34deb190b731 [diff] [blame] |
Issue #14693: Under non-Windows platforms, hashlib's fallback modules are always compiled, even if OpenSSL is present at build time.
diff --git a/Misc/NEWS b/Misc/NEWS index b289b54..da919aa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -125,6 +125,9 @@ 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.