]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39899: Don't double-check directory name if we're requesting the current user...
authorBarney Gale <barney.gale@gmail.com>
Fri, 9 Apr 2021 21:28:15 +0000 (22:28 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 21:28:15 +0000 (22:28 +0100)
commitba1db571987c65672d9c06789e9852313ed2412a
tree5c2a58edced887aa30856636003448d7af325720
parent11c3bd3f6d06649484b81a659c7bf02d6632e607
bpo-39899: Don't double-check directory name if we're requesting the current user's home directory in ntpath.expanduser() (GH-25277)
Lib/ntpath.py