-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() #117504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-117503: Fix support of non-ASCII user names in posixpath.expanduser() #117504
Conversation
…anduser() They are now supported in bytes paths as well as in string paths.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…ath.expanduser() (pythonGH-117504) They are now supported in bytes paths as well as in string paths. (cherry picked from commit 51132da) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-117970 is a backport of this pull request to the 3.12 branch. |
…anduser() (pythonGH-117504) They are now supported in bytes paths as well as in string paths.
Hi @serhiy-storchaka - the newly added test fails when there are users with a trailing slash in their home path (which I think is allowed?):
|
Thank you for the fix - the issue is gone now. |
They are now supported in bytes paths as well as in string paths.