]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138614: `site._get_path` to respect non-default implementation name (#138610)
authorShahar Naveh <50263213+ShaharNaveh@users.noreply.github.com>
Fri, 10 Oct 2025 05:08:51 +0000 (08:08 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Oct 2025 05:08:51 +0000 (06:08 +0100)
commit744ec1d6c395f7a443ba4609d6023f86c245db58
treef3ab35e11243fcb9afcfac230f6b8c660ec41d69
parent34503111fe2724986701799dc994c6b0cb32f4f2
gh-138614: `site._get_path` to respect non-default implementation name (#138610)

* `site._get_path` to respect non-default implementation name

* Add news entry

* Remove NEWS entry
Lib/site.py