diff options
author | Ned Deily <nad@acm.org> | 2011-07-05 02:11:14 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-07-05 02:11:14 (GMT) |
commit | 368ff10c4dc4730cd8f1ae8e2358af59ab0db96f (patch) | |
tree | 20d63f3918637222c071d2d01a4e8703c556ae4c /Misc | |
parent | 4bd3e5d7999f50bdd5ee150a9a8c20034967566d (diff) | |
parent | e2d519035f9d4702aff11cd8be68859c77a5feb2 (diff) | |
download | cpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.zip cpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.tar.gz cpython-368ff10c4dc4730cd8f1ae8e2358af59ab0db96f.tar.bz2 |
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -981,7 +981,10 @@ Extension Modules Tests ----- -- Issue #12496: Install test/capath directory to prevent test_connect_capath +- Issue #12497: Install test/data to prevent failures of the various codecmaps + tests. + +- Issue #12496: Install test/capath directory to prevent test_connect_capath testcase failure in test_ssl. - Issue #12469: Run wakeup and pending signal tests in a subprocess to run the |