]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object...
authorSteve Dower <steve.dower@python.org>
Wed, 12 May 2021 09:48:50 +0000 (10:48 +0100)
committerGitHub <noreply@github.com>
Wed, 12 May 2021 09:48:50 +0000 (11:48 +0200)
commit0cb9775a85a051556461ea9c3089244601b7d4f8
tree6674e498410459874c195ba3ea25045fe11e0842
parent6c190b5ae5887d592bc8915148440a63da8b7cdd
bpo-44061: Fix pkgutil.iter_modules regression when passed a pathlib.Path object (GH-25964) (GH-26052)

Co-authored-by: Miguel Brito <5544985+miguendes@users.noreply.github.com>
Lib/pkgutil.py
Lib/test/test_pkgutil.py
Misc/NEWS.d/next/Library/2021-05-07-08-39-23.bpo-44061.MvElG6.rst [new file with mode: 0644]