]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Mar 2020 17:00:09 +0000 (10:00 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 17:00:09 +0000 (10:00 -0700)
commitb1b1d5ff11108620f5bc97976bb889f5cbb24373
tree85d12af3ba001dff8e8dee2e1378a589dc9751d8
parent3136f6f287a56afe87c0fd3e70c15c6e53ae0814
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)

(cherry picked from commit 704e2065f8b8021a4a6999470fb6ed3453f7679e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/pathlib.py
Misc/NEWS.d/next/Library/2020-03-09-18-56-27.bpo-39916.BHHyp3.rst [new file with mode: 0644]