]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121951)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Jul 2024 14:35:51 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Fri, 19 Jul 2024 14:35:51 +0000 (16:35 +0200)
commit963e97d901093a5ee9c99774b44dedea6f67d265
tree46f468c43fdd03790b9d223237f9334ec81edca3
parent838025bb865615dbbc5abdfc988fea7845f23574
[3.13] gh-59022: Added tests for `pkgutil.extend_path` (GH-121673) (GH-121951)

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]