summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-06 13:54:43 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-06 13:54:43 (GMT)
commit452a580848642d235375b9957ba4c7cceb5b0a5b (patch)
tree20ed7153fabd103823454ff008210617800b8772 /Misc
parente7837354cd1b145672b3d68915956ff738961fcc (diff)
downloadcpython-452a580848642d235375b9957ba4c7cceb5b0a5b.zip
cpython-452a580848642d235375b9957ba4c7cceb5b0a5b.tar.gz
cpython-452a580848642d235375b9957ba4c7cceb5b0a5b.tar.bz2
Issue #8629: Disable some test_ssl tests, since they give different
results with OpenSSL 1.0.0 and higher.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 227ebff..c9a82fd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,9 @@ Build
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)