mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
merge 3.4 (#22935)
This commit is contained in:
commit
22293df016
4 changed files with 24 additions and 8 deletions
|
@ -889,7 +889,7 @@ class TestTLS_FTPClass(TestCase):
|
|||
|
||||
def test_auth_ssl(self):
|
||||
try:
|
||||
self.client.ssl_version = ssl.PROTOCOL_SSLv3
|
||||
self.client.ssl_version = ssl.PROTOCOL_SSLv23
|
||||
self.client.auth()
|
||||
self.assertRaises(ValueError, self.client.auth)
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue