cpython/Misc/NEWS.d/next/Library/2024-04-03-15-04-23.gh-issue-117503.NMfwup.rst
Serhiy Storchaka 51132da0c4
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.
2024-04-17 12:53:40 +03:00

2 lines
91 B
ReStructuredText

Fix support of non-ASCII user names in bytes paths in
:func:`os.path.expanduser` on Posix.