mirror of
https://github.com/python/cpython.git
synced 2025-10-21 22:22:48 +00:00
Issue #23345: merge from 3.4
This commit is contained in:
commit
7aa4428835
2 changed files with 4 additions and 1 deletions
|
@ -306,7 +306,7 @@ class BasicSocketTests(unittest.TestCase):
|
|||
self.assertGreaterEqual(fix, 0)
|
||||
self.assertLess(fix, 256)
|
||||
self.assertGreaterEqual(patch, 0)
|
||||
self.assertLessEqual(patch, 26)
|
||||
self.assertLessEqual(patch, 63)
|
||||
self.assertGreaterEqual(status, 0)
|
||||
self.assertLessEqual(status, 15)
|
||||
# Version string as returned by {Open,Libre}SSL, the format might change
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue