]> 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:07:04 +0000 (10:07 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 17:07:04 +0000 (10:07 -0700)
commitc22879914b03ff2da768e557b5c00e9c8c62c695
treee9bf8718a86f4ed64c726301bb9fa3c717ffcef7
parent17571c54e03822685656dc7d118a5ddcf8cb58af
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]