commit | d5a91961dd0e501a448ec3a048146132121c24c6 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Sun May 29 02:39:02 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Sun May 29 02:39:02 2011 -0700 |
tree | 590d1161d8f50f1a9438499ac3398ac089734114 | |
parent | b8e59f77e65ba4caeda8d910bd66df01a468cbea [diff] [blame] |
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
diff --git a/Misc/NEWS b/Misc/NEWS index ec1bbf2..f04c643 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -421,6 +421,8 @@ Tests ----- +- Issue #12205: Fix test_subprocess failure due to uninstalled test data. + - Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas Stührk.