diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 16:49:07 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-08 16:49:07 (GMT) |
commit | 7128f95bd27b34c82299d8572d4172bf0c8a13a3 (patch) | |
tree | 5d73969ecb7d13388554dacfb7a298c3b5fa3a89 /Misc | |
parent | 4468e55d4bd2a9ac4c6aeaffeb99653b7737ebd6 (diff) | |
parent | b9ac25d1c394714f0565845b274e7eebb402f1e7 (diff) | |
download | cpython-7128f95bd27b34c82299d8572d4172bf0c8a13a3.zip cpython-7128f95bd27b34c82299d8572d4172bf0c8a13a3.tar.gz cpython-7128f95bd27b34c82299d8572d4172bf0c8a13a3.tar.bz2 |
Issue #12440: When testing whether some bits in SSLContext.options can be
reset, check the version of the OpenSSL headers Python was compiled against,
rather than the runtime version of the OpenSSL library.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1004,6 +1004,10 @@ Extension Modules Tests ----- +- Issue #12440: When testing whether some bits in SSLContext.options can be + reset, check the version of the OpenSSL headers Python was compiled against, + rather than the runtime version of the OpenSSL library. + - Issue #11512: Add a test suite for the cgitb module. Patch by Robbie Clemons. - Issue #12497: Install test/data to prevent failures of the various codecmaps |