diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-06 13:54:43 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-05-06 13:54:43 (GMT) |
commit | 452a580848642d235375b9957ba4c7cceb5b0a5b (patch) | |
tree | 20ed7153fabd103823454ff008210617800b8772 /Misc/NEWS | |
parent | e7837354cd1b145672b3d68915956ff738961fcc (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |