commit | fa11978f1b14ca5dbbf83c3e0152d4bfa029bf35 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Thu Feb 05 17:19:11 2015 +1100 |
committer | Ned Deily <nad@acm.org> | Thu Feb 05 17:19:11 2015 +1100 |
tree | 053c94c300ba49c4fbc7284a01909b2219c10a4f | |
parent | ad5ddf79c37a5c25ad37ff18687ebd293b9d17e0 [diff] [blame] |
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level values (like 0.9.8zc).
diff --git a/Misc/NEWS b/Misc/NEWS index 494a386..433ce0d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ - Issue #18905: "pydoc -p 0" now outputs actually used port. Based on patch by Wieland Hoffmann. +- Issue #23345: Prevent test_ssl failures with large OpenSSL patch level + values (like 0.9.8zc). + Tests -----