diff options
author | Ned Deily <nad@acm.org> | 2011-05-29 09:39:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-05-29 09:39:02 (GMT) |
commit | d5a91961dd0e501a448ec3a048146132121c24c6 (patch) | |
tree | 590d1161d8f50f1a9438499ac3398ac089734114 /Misc/NEWS | |
parent | b8e59f77e65ba4caeda8d910bd66df01a468cbea (diff) | |
download | cpython-d5a91961dd0e501a448ec3a048146132121c24c6.zip cpython-d5a91961dd0e501a448ec3a048146132121c24c6.tar.gz cpython-d5a91961dd0e501a448ec3a048146132121c24c6.tar.bz2 |
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -421,6 +421,8 @@ Build 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. |