Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:29:28 +0000 (13:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Feb 2016 11:29:28 +0000 (13:29 +0200)
commit06c45e6e9c9e199a39b874338fe7cdd21d1925b2
treea0882f370fb890b831ad825a8d80a4a14e4098fa
parent94a619d48b90aba5b5b42004e84b290bb68f0664
Issue #25995: os.walk() no longer uses FDs proportional to the tree depth.
Lib/os.py
Misc/NEWS