diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-04-18 23:41:28 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2011-04-18 23:41:28 (GMT) |
commit | d7d01cd80cd8b855119b8a312987aee37aff1ef9 (patch) | |
tree | 5def0a4bd0501f8e8e108d5b2ed7c79b2567255a /Misc | |
parent | 6a45d3b6ae46291a2ee6d07fe67f5603cf8a1515 (diff) | |
parent | cc3f02938037550118e008e9130534b84e887682 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |