Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support non-ASCII user name in posixpath.expanduser() #117503

Closed
@serhiy-storchaka

Description

@serhiy-storchaka

Bug report

Currently posixpath.expanduser() only supports ASCII user names in bytes paths. It supports non-ASCII user names in string paths. ntpath.expanduser() also "supports" non-ASCII user names (although this support is only a guess, but non-ASCII user names are not discriminated).

So I consider is as a bug.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.12only security fixes3.13bugs and security fixestype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions