Issue #8629: Disable some test_ssl tests, since they give different
results with OpenSSL 1.0.0 and higher.
diff --git a/Misc/NEWS b/Misc/NEWS
index 227ebff..c9a82fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,9 @@
Tests
-----
+- Issue #8629: Disable some test_ssl tests, since they give different
+ results with OpenSSL 1.0.0 and higher.
+
- Issue #8533: regrtest uses backslashreplace error handler for stdout to avoid
UnicodeEncodeError (write non-ASCII character to stdout using ASCII encoding)