]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() ...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Apr 2024 10:43:37 +0000 (13:43 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 10:43:37 +0000 (10:43 +0000)
commit96b29b32c181716d1b6b62976e241b8c74b77430
treef4a289a86f0ad601e8a2ffbf1f06bdefe7bd55b8
parentac48fdeb0d26c50754eedddfa865b27542dfaeb7
[3.12] gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-117504) (GH-117970)

They are now supported in bytes paths as well as in string paths.
(cherry picked from commit 51132da0c4dac13500d9bb86b2fdad42091d3fd9)
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2024-04-03-15-04-23.gh-issue-117503.NMfwup.rst [new file with mode: 0644]