summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-05-16 14:41:26 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-05-16 14:41:26 (GMT)
commit019ff19c3902633384cace7a1e488a851a67444c (patch)
tree86e090b229d263765a2b4f9d7a83c655df25d141 /Misc
parent26fd8feb5e96276bc99d5682865d34deb190b731 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b289b54..da919aa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.