summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-08 15:56:36 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-08 15:56:36 (GMT)
commit988b9bcd881c21286d0bce64009c8b5afa50da8e (patch)
tree3a32c66a3e117347b002c22247ec166caf64c8ad /Misc
parent5f6a0b4eb26695be759cd32e49e83f38b5123ce6 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 189ea31..66b8d36 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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