]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-103221)
authorBarney Gale <barney.gale@gmail.com>
Tue, 11 Apr 2023 16:26:45 +0000 (17:26 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2023 16:26:45 +0000 (17:26 +0100)
commitb57105ae33e1f61e6bdf0eec45c4135d067b9b22
tree3d844292fdb3908b6226d01ff2b8602ecc405442
parent50b4b1598411ed393f47ce7f4fffbe5b9063cd42
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-103221)
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Library/2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst [new file with mode: 0644]