]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148641: Implement PEP 829 - startup configuration files (#149109)
authorBarry Warsaw <barry@python.org>
Sun, 3 May 2026 17:17:29 +0000 (10:17 -0700)
committerGitHub <noreply@github.com>
Sun, 3 May 2026 17:17:29 +0000 (17:17 +0000)
commit24c4aecc1674414d3dc3238625802778c4ad29d2
treea49d6d5005fafe26c7dd59e355866fe6c9c392f1
parent0bf6e31941f761764b0129499dedd6572ee0d37a
gh-148641: Implement PEP 829 - startup configuration files (#149109)

Implement PEP 829 - startup configuration files
Also add `pkgutil.resolve_name(..., strict=True)`

Co-authored-by: Brett Cannon <brett@python.org>
Doc/deprecations/pending-removal-in-3.18.rst
Doc/deprecations/pending-removal-in-3.20.rst
Doc/library/pkgutil.rst
Doc/library/site.rst
Doc/whatsnew/3.15.rst
Lib/pkgutil.py
Lib/site.py
Lib/test/test_pkgutil.py
Lib/test/test_site.py
Misc/NEWS.d/next/Library/2026-04-15-21-46-52.gh-issue-148641.-aoFyC.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-04-28-16-25-40.gh-issue-148641.aFgym0.rst [new file with mode: 0644]