diff options
author | Ned Deily <nad@acm.org> | 2015-02-05 06:20:13 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-02-05 06:20:13 (GMT) |
commit | 05784a706e294f51ca69bfaa89d0a6b92f48882a (patch) | |
tree | 919a4147ab653fdc490c476fa7d1fd7186630adf /Misc/NEWS | |
parent | ff0fdef6d0506fd21605dad7eef638df7cbfd5bd (diff) | |
download | cpython-05784a706e294f51ca69bfaa89d0a6b92f48882a.zip cpython-05784a706e294f51ca69bfaa89d0a6b92f48882a.tar.gz cpython-05784a706e294f51ca69bfaa89d0a6b92f48882a.tar.bz2 |
Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -340,6 +340,9 @@ Tests - 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). + Build ----- |