summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-02-05 06:24:00 (GMT)
committerNed Deily <nad@acm.org>2015-02-05 06:24:00 (GMT)
commit7aa4428835d82d05e1812d15d7b6fd65c4fafc77 (patch)
tree33dbbbb6e2db3c8364cbbc980c8aa3fe14a95936 /Misc/NEWS
parentda3c64c82602261fd14a5ecd3b05c290a71c8318 (diff)
parent05784a706e294f51ca69bfaa89d0a6b92f48882a (diff)
downloadcpython-7aa4428835d82d05e1812d15d7b6fd65c4fafc77.zip
cpython-7aa4428835d82d05e1812d15d7b6fd65c4fafc77.tar.gz
cpython-7aa4428835d82d05e1812d15d7b6fd65c4fafc77.tar.bz2
Issue #23345: merge from 3.4
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4fcee12..e23ad90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1727,6 +1727,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).
+
Tools/Demos
-----------