commit | fe231b07e41e8cfba8fb79e8440580c37e85183e | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Dec 29 17:47:42 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Dec 29 17:47:42 2008 +0000 |
tree | f853a3113cab0f98737ca323007d75cce9bda8d6 | |
parent | 732479f50b46d4df153e178f844ad876e7f63bd8 [diff] |
#4764 set IOError.filename when trying to open a directory on POSIX platforms
diff --git a/Misc/NEWS b/Misc/NEWS index a5b3d2d..c315af0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #4764: IOError.filename is set when trying to open a directory on POSIX + systems. + - Issue #4759: None is now allowed as the first argument of bytearray.translate(). It was always allowed for bytes.translate().