commit | c2ec99269899f33d9c658b0291e46961f58cc410 | [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 | 8895aeb396609b8cf93f8dae89c9dca98368944a | |
parent | 3b30b19e0a7b9adb37a590d257438544ff0b032c [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 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.