| commit | 9235b254dcad979abe36be1024f8e89b04c764be | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 06 18:48:24 2012 +0200 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 06 18:48:24 2012 +0200 |
| tree | 21333ef9c9b354715db5d029da445f5209bb9227 | |
| parent | 01cca5e45185474bdb3c621c5dec4bfc0b323483 [diff] [blame] |
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 563a7f0..699b4fb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -87,6 +87,9 @@ 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().