summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-05 00:48:01 (GMT)
committerNed Deily <nad@acm.org>2011-07-05 00:48:01 (GMT)
commit8215f5df8734f271c95de93c45ccbf69107d2830 (patch)
treea07d3ddd8fc78c9fe66f3678470e3d05a0c2e4bf /Misc
parent3aac1794983715992b8f7f57ea627b681088e3e3 (diff)
downloadcpython-8215f5df8734f271c95de93c45ccbf69107d2830.zip
cpython-8215f5df8734f271c95de93c45ccbf69107d2830.tar.gz
cpython-8215f5df8734f271c95de93c45ccbf69107d2830.tar.bz2
Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
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 67485b3..117101c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ C-API
Tests
-----
+- Issue #12496: Install test/capath directory to prevent test_connect_capath
+ testcase failure in test_ssl.
+
- Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
fresh process with only one thread and to not change signal handling of the
parent process.