summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst')
-rw-r--r--Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst b/Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst
deleted file mode 100644
index 90d9ab6..0000000
--- a/Misc/NEWS.d/next/macOS/2018-07-31-09-51-01.bpo-33635.KiscE-.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-In macOS stat on some file descriptors (/dev/fd/3 f.e) will result in bad
-file descriptor OSError. Guard against this exception was added in is_dir,
-is_file and similar methods. DirEntry.is_dir can also throw this exception
-so _RecursiveWildcardSelector._iterate_directories was also extended with
-the same error ignoring pattern.