summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-02-11 11:29:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-02-11 11:29:28 (GMT)
commit06c45e6e9c9e199a39b874338fe7cdd21d1925b2 (patch)
treea0882f370fb890b831ad825a8d80a4a14e4098fa /Misc
parent94a619d48b90aba5b5b42004e84b290bb68f0664 (diff)
downloadcpython-06c45e6e9c9e199a39b874338fe7cdd21d1925b2.zip
cpython-06c45e6e9c9e199a39b874338fe7cdd21d1925b2.tar.gz
cpython-06c45e6e9c9e199a39b874338fe7cdd21d1925b2.tar.bz2
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8e7d7d4..459361b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,6 +73,8 @@ Core and Builtins
Library
-------
+- Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
+
- Issue #26117: The os.scandir() iterator now closes file descriptor not only
when the iteration is finished, but when it was failed with error.