]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121950)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 14:36:26 +0000 (16:36 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 14:36:26 +0000 (16:36 +0200)
commit3f72821f80b0e9c38e90150c964550d98bd328ae
tree017df85d53c7a5570b2946419d8cc9e1931324da
parente80497c9cd90e76bbe4c83ae82e39a52c2293077
[3.12] gh-59022: Added tests for `pkgutil.extend_path`  (GH-121673) (GH-121950)

This adds tests for the documented behaviour of `pkgutil.extend_path`
regarding different argument types as well as for `*.pkg` files.
(cherry picked from commit 8f2532168b4630e413a42ccb5e458708808702ea)

Co-authored-by: Andreas Stocker <andreas@stocker.co.it>
Doc/library/pkgutil.rst
Lib/test/test_pkgutil.py
Misc/NEWS.d/next/Tests/2024-07-13-11-48-20.gh-issue-59022.fYNbQ8.rst [new file with mode: 0644]