mirror of
https://github.com/python/cpython.git
synced 2025-12-09 02:35:14 +00:00
#4764 in io.open, set IOError.filename when trying to open a directory on POSIX platforms
This commit is contained in:
parent
fe231b07e4
commit
7af65568ff
3 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue