diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-08 15:56:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-02-08 15:56:36 (GMT) |
commit | 988b9bcd881c21286d0bce64009c8b5afa50da8e (patch) | |
tree | 3a32c66a3e117347b002c22247ec166caf64c8ad /Misc | |
parent | 5f6a0b4eb26695be759cd32e49e83f38b5123ce6 (diff) | |
download | cpython-988b9bcd881c21286d0bce64009c8b5afa50da8e.zip cpython-988b9bcd881c21286d0bce64009c8b5afa50da8e.tar.gz cpython-988b9bcd881c21286d0bce64009c8b5afa50da8e.tar.bz2 |
Issue #26117: The os.scandir() iterator now closes file descriptor not only
when the iteration is finished, but when it was failed with error.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -73,6 +73,9 @@ Core and Builtins Library ------- +- Issue #26117: The os.scandir() iterator now closes file descriptor not only + when the iteration is finished, but when it was failed with error. + - Issue #25911: Restored support of bytes paths in os.walk() on Windows. - Issue #26045: Add UTF-8 suggestion to error message when posting a |