]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 11 Mar 2020 16:42:03 +0000 (18:42 +0200)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 16:42:03 +0000 (18:42 +0200)
commit704e2065f8b8021a4a6999470fb6ed3453f7679e
treef86ce0c47c65484b5d9d990bd1fd83bc7fc3573d
parente553f204bf0e39b1d701a364bc71b286acb9433f
bpo-39916: Use os.scandir() as context manager in Path.glob(). (GH-18880)
Lib/pathlib.py
Misc/NEWS.d/next/Library/2020-03-09-18-56-27.bpo-39916.BHHyp3.rst [new file with mode: 0644]