summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-07-06 16:48:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-07-06 16:48:24 (GMT)
commit9235b254dcad979abe36be1024f8e89b04c764be (patch)
tree21333ef9c9b354715db5d029da445f5209bb9227 /Misc
parent01cca5e45185474bdb3c621c5dec4bfc0b323483 (diff)
downloadcpython-9235b254dcad979abe36be1024f8e89b04c764be.zip
cpython-9235b254dcad979abe36be1024f8e89b04c764be.tar.gz
cpython-9235b254dcad979abe36be1024f8e89b04c764be.tar.bz2
Issue #15247: FileIO now raises an error when given a file descriptor pointing to a directory.
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 563a7f0..699b4fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,9 @@ Core and Builtins
Library
-------
+- Issue #15247: FileIO now raises an error when given a file descriptor
+ pointing to a directory.
+
- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
files on flush().