Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
219ed450
Commit
219ed450
authored
Feb 05, 2015
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #23345: merge from 3.4
parents
e3595196
28c6d8fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
Lib/test/test_ssl.py
Lib/test/test_ssl.py
+1
-1
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_ssl.py
View file @
219ed450
...
@@ -306,7 +306,7 @@ class BasicSocketTests(unittest.TestCase):
...
@@ -306,7 +306,7 @@ class BasicSocketTests(unittest.TestCase):
self
.
assertGreaterEqual
(
fix
,
0
)
self
.
assertGreaterEqual
(
fix
,
0
)
self
.
assertLess
(
fix
,
256
)
self
.
assertLess
(
fix
,
256
)
self
.
assertGreaterEqual
(
patch
,
0
)
self
.
assertGreaterEqual
(
patch
,
0
)
self
.
assertLessEqual
(
patch
,
26
)
self
.
assertLessEqual
(
patch
,
63
)
self
.
assertGreaterEqual
(
status
,
0
)
self
.
assertGreaterEqual
(
status
,
0
)
self
.
assertLessEqual
(
status
,
15
)
self
.
assertLessEqual
(
status
,
15
)
# Version string as returned by {Open,Libre}SSL, the format might change
# Version string as returned by {Open,Libre}SSL, the format might change
...
...
Misc/NEWS
View file @
219ed450
...
@@ -1727,6 +1727,9 @@ Tests
...
@@ -1727,6 +1727,9 @@ Tests
- Issue #23211: Workaround test_logging failure on some OS X 10.6 systems.
- Issue #23211: Workaround test_logging failure on some OS X 10.6 systems.
- Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
Tools/Demos
Tools/Demos
-----------
-----------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment