]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth file...
authorInada Naoki <songofacandy@gmail.com>
Tue, 16 Apr 2024 03:56:16 +0000 (12:56 +0900)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 03:56:16 +0000 (12:56 +0900)
commit6dc661bc9f65e9923eafbcdbf18bcc57eebbf6a4
treef403cd9ce3fc50417161c0e0eb7b6255207c25cf
parent3831144f9c8ce0fd582a0830a9e48a8da85e166a
gh-77102: site: try utf-8 and fallback to locale encoding when reading .pth file (#117802)
Doc/library/site.rst
Doc/whatsnew/3.13.rst
Lib/site.py
Misc/NEWS.d/next/Library/2024-04-12-17-37-11.gh-issue-77102.Mk6X_E.rst [new file with mode: 0644]