commit | c4f97f4fdc56cfc5bdd73aa5b2ed41b32215c2ce | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sun May 29 02:36:17 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Sun May 29 02:36:17 2011 -0700 |
tree | a1ebe90dc709648690b664571f77bc760c3eda92 | |
parent | 22f63b50e366d890d8babeb45402c0e05ea0a408 [diff] [blame] |
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
diff --git a/Misc/NEWS b/Misc/NEWS index 47c4785..4540d5f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -488,6 +488,8 @@ Tests ----- +- Issue #12205: Fix test_subprocess failure due to uninstalled test data. + - Issue #5723: Improve json tests to be executed with and without accelerations. - Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.