Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b1b40c..c5e2e92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -84,6 +84,9 @@
 Library
 -------
 
+- Issue #15247: FileIO now raises an error when given a file descriptor
+  pointing to a directory.
+
 - Issue #14591: Fix bug in Random.jumpahead that could produce an invalid
   Mersenne Twister state on 64-bit machines.