diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-12-29 17:47:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-12-29 17:47:42 (GMT) |
commit | fe231b07e41e8cfba8fb79e8440580c37e85183e (patch) | |
tree | f853a3113cab0f98737ca323007d75cce9bda8d6 /Misc/NEWS | |
parent | 732479f50b46d4df153e178f844ad876e7f63bd8 (diff) | |
download | cpython-fe231b07e41e8cfba8fb79e8440580c37e85183e.zip cpython-fe231b07e41e8cfba8fb79e8440580c37e85183e.tar.gz cpython-fe231b07e41e8cfba8fb79e8440580c37e85183e.tar.bz2 |
#4764 set IOError.filename when trying to open a directory on POSIX platforms
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1 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(). |