commit | 9f77268f901cc3e8874e5042361520a0e482476a | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@python.org> | Thu Sep 26 18:23:17 2019 +0200 |
committer | GitHub <noreply@github.com> | Thu Sep 26 18:23:17 2019 +0200 |
tree | 9629135114946800fb0ad06c27d9df1a1d23b21a | |
parent | df6ac7e2b82d921a6e9ff5571b40c6dbcf635581 [diff] |
bpo-38275: Fix test_ssl issue caused by GH-16386 (#16428) Check presence of SSLContext.minimum_version to make tests pass with old versions of OpenSSL. Signed-off-by: Christian Heimes <christian@python.org>