diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-09-28 22:34:03 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-09-28 22:34:03 (GMT) |
commit | a0a89b90062fb1fb8938a3b3785a7bef5f23a9db (patch) | |
tree | b6f0179dd188a35e689893b86533984c6d8ea0ba /Misc | |
parent | 6db43fdb3bbe3fc470f51f3674818f925b8f130c (diff) | |
download | cpython-a0a89b90062fb1fb8938a3b3785a7bef5f23a9db.zip cpython-a0a89b90062fb1fb8938a3b3785a7bef5f23a9db.tar.gz cpython-a0a89b90062fb1fb8938a3b3785a7bef5f23a9db.tar.bz2 |
Merged revisions 85078 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85078 | r.david.murray | 2010-09-28 18:25:18 -0400 (Tue, 28 Sep 2010) | 2 lines
#9628: fix runtests.sh -x option so more than one test can be excluded.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -611,6 +611,7 @@ Build Tests ----- +- Issue #9628: fix runtests.sh -x option so more than one test can be excluded. - Issue #9894: Do not hardcode ENOENT in test_subprocess. |