]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-117504)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Apr 2024 09:53:40 +0000 (12:53 +0300)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 09:53:40 +0000 (12:53 +0300)
commit51132da0c4dac13500d9bb86b2fdad42091d3fd9
tree54d18255f718222727c4d6f181acbf35eb8e38b0
parent44890b209ebe2efaf4f57eed04967948547cfa3b
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() (GH-117504)

They are now supported in bytes paths as well as in string paths.
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]