diff options
| author | Ned Deily <nad@acm.org> | 2011-07-04 17:48:01 -0700 |
|---|---|---|
| committer | Ned Deily <nad@acm.org> | 2011-07-04 17:48:01 -0700 |
| commit | 9e2a00f05818f2a5c76d28705e738c47f645c190 (patch) | |
| tree | 8c5d1c24765e20ef7b3d680c165fb7e1de4f87d0 | |
| parent | fe20e1d8d1af054ba7c66cff3d7bf71909a51c30 (diff) | |
| download | cpython-9e2a00f05818f2a5c76d28705e738c47f645c190.tar.gz | |
Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
| -rw-r--r-- | Makefile.pre.in | 1 | ||||
| -rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 694faadbfc..87aa4cf594 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -910,6 +910,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ + test/capath \ test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \ test/tracedmodules test/encoded_modules \ concurrent concurrent/futures encodings \ @@ -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. |
