commit | 60766c47e7008149e3f4091bebe9ee25a0b98bd2 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Dec 05 21:59:35 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Dec 05 21:59:35 2014 -0500 |
tree | c26174e2e5e203bc1abff7f73f9f56280349a4a0 | |
parent | 238afb796c2f4368b9968d630f5ffa1e9460ed18 [diff] [blame] |
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) Patch by Kurt Roeckx.
diff --git a/Misc/NEWS b/Misc/NEWS index dea29e3..5e7a795 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -21,6 +21,12 @@ - Issue #22960: Add a context argument to xmlrpclib.ServerProxy. +Build +----- + +- Issue #22935: Allow the ssl module to be compiled if openssl doesn't support + SSL 3. + What's New in Python 2.7.9 release candidate 1? ===============================================