summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-09-11-14-49-20.bpo-38110.A19Y-q.rst
Commit message (Collapse)AuthorAgeFilesLines
* v3.8.0rc1v3.8.0rc1Łukasz Langa2019-10-011-2/+0
|
* bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)Miss Islington (bot)2019-09-121-0/+2
Use fdwalk() on platforms that support it to implement os.closerange(). (cherry picked from commit e20134f889a0cfcc37a46979f31a1c98b800de07) Co-authored-by: Jakub Kulík <Kulikjak@gmail.com>