summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2011-04-18 23:41:28 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2011-04-18 23:41:28 (GMT)
commitd7d01cd80cd8b855119b8a312987aee37aff1ef9 (patch)
tree5def0a4bd0501f8e8e108d5b2ed7c79b2567255a /Misc
parent6a45d3b6ae46291a2ee6d07fe67f5603cf8a1515 (diff)
parentcc3f02938037550118e008e9130534b84e887682 (diff)
downloadcpython-d7d01cd80cd8b855119b8a312987aee37aff1ef9.zip
cpython-d7d01cd80cd8b855119b8a312987aee37aff1ef9.tar.gz
cpython-d7d01cd80cd8b855119b8a312987aee37aff1ef9.tar.bz2
Merge test_startfile fix from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f46c4de..62eb3ab 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -985,6 +985,8 @@ Tools/Demos
Tests
-----
+- Fix test_startfile to wait for child process to terminate before finishing.
+
- Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch
by Ross Lagerwall.