summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 02:13:09 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-14 02:13:09 (GMT)
commitd79210a0e412e6161a2df2645dc3d68e5f7fa5a8 (patch)
tree74b8151c2a42118eb3e8c845c75f218ae04664c1 /Misc
parent6b19e50e9b395532c43149d15ceffe8218e04b0c (diff)
downloadcpython-d79210a0e412e6161a2df2645dc3d68e5f7fa5a8.zip
cpython-d79210a0e412e6161a2df2645dc3d68e5f7fa5a8.tar.gz
cpython-d79210a0e412e6161a2df2645dc3d68e5f7fa5a8.tar.bz2
#11490: EACCES can also mean command not found
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index df2aa4b..2b09978 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -221,6 +221,9 @@ Build
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.