commit | cdd5fc90137023c9d2de336531b281f31740358f | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sun Mar 13 22:37:18 2011 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sun Mar 13 22:37:18 2011 -0400 |
tree | 4f8c682e437f4718bad544626ece4ca2962db305 | |
parent | d4f016fb514d089d931b2dbca0bfa4e02cbab878 [diff] [blame] |
#11490: EACCES can also mean command not found
diff --git a/Misc/NEWS b/Misc/NEWS index c3117cb..2b52138 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -251,6 +251,9 @@ Tests ----- +- Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a + false positive if the last directory in the path is inaccessible. + - Issue #10822: Fix test_posix:test_getgroups failure under Solaris. Patch by Ross Lagerwall.