diff options
| author | Benjamin Peterson <benjamin@python.org> | 2014-12-05 21:59:35 -0500 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2014-12-05 21:59:35 -0500 |
| commit | e32467cf6af3e6d113ae2cfd886e403828e23fed (patch) | |
| tree | 2e6c2e4a1423c91746cb46503aa73073bdc28b07 /Misc/NEWS | |
| parent | 81f01fb104683fdfd099b78e5b7b1793a36458c3 (diff) | |
| download | cpython-git-e32467cf6af3e6d113ae2cfd886e403828e23fed.tar.gz | |
allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935)
Patch by Kurt Roeckx.
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -215,6 +215,9 @@ Tests Build ----- +- Issue #22935: Allow the ssl module to be compiled if openssl doesn't support + SSL 3. + - Issue #16537: Check whether self.extensions is empty in setup.py. Patch by Jonathan Hosmer. |
