summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-03-14 02:31:35 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-03-14 02:31:35 (GMT)
commitdcd79a2d159417ce48336b6bc2bdb4da03ad1c1f (patch)
tree5bc9b43d2c0ca34bb0b635121db6a7b255e0568e /Misc
parentaccd1c040f472f613cdac8fbf78e75794819acfc (diff)
parent384069c2e8f2d06d0b6b36955032999307a17775 (diff)
downloadcpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.zip
cpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.tar.gz
cpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.tar.bz2
Merge fix for #11490 from 3.2.
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 a87e501..23ea2d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,9 @@ Tools/Demos
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 #11223: Fix test_threadsignals to fail, not hang, when the
non-semaphore implementation of locks is used under POSIX.