cpython: 33fc081285b2 (original) (raw)

--- a/Lib/test/test_ssl.py +++ b/Lib/test/test_ssl.py @@ -175,11 +175,11 @@ class BasicSocketTests(unittest.TestCase # Some sanity checks follow # >= 0.9 self.assertGreaterEqual(n, 0x900000)

@@ -188,9 +188,13 @@ class BasicSocketTests(unittest.TestCase self.assertLessEqual(patch, 26) self.assertGreaterEqual(status, 0) self.assertLessEqual(status, 15)

@test_support.requires_resource('network') def test_ciphers(self):

--- a/Misc/ACKS +++ b/Misc/ACKS @@ -981,6 +981,7 @@ Piet van Oostrum Tomas Oppelstrup Jason Orendorff Douglas Orr +William Orr Michele OrrĂ¹ Oleg Oshmyan Denis S. Otkidach

--- a/Misc/NEWS +++ b/Misc/NEWS @@ -37,6 +37,12 @@ Library