summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-12-29 17:56:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-12-29 17:56:58 (GMT)
commit7af65568ffd047de653ec9a87e4217bbfdc9d43c (patch)
tree5bbdd1595bd874046be2637b9a49bd0b80e644a3 /Misc
parentfe231b07e41e8cfba8fb79e8440580c37e85183e (diff)
downloadcpython-7af65568ffd047de653ec9a87e4217bbfdc9d43c.zip
cpython-7af65568ffd047de653ec9a87e4217bbfdc9d43c.tar.gz
cpython-7af65568ffd047de653ec9a87e4217bbfdc9d43c.tar.bz2
#4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms
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 c315af0..78d9780 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4764: With io.open, IOError.filename is set when trying to open a
+ directory on POSIX systems.
+
- Issue #4764: IOError.filename is set when trying to open a directory on POSIX
systems.