summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorBarney Gale <barney.gale@gmail.com>2023-04-11 16:26:45 (GMT)
committerGitHub <noreply@github.com>2023-04-11 16:26:45 (GMT)
commitb57105ae33e1f61e6bdf0eec45c4135d067b9b22 (patch)
tree3d844292fdb3908b6226d01ff2b8602ecc405442 /Misc/NEWS.d
parent50b4b1598411ed393f47ce7f4fffbe5b9063cd42 (diff)
downloadcpython-b57105ae33e1f61e6bdf0eec45c4135d067b9b22.zip
cpython-b57105ae33e1f61e6bdf0eec45c4135d067b9b22.tar.gz
cpython-b57105ae33e1f61e6bdf0eec45c4135d067b9b22.tar.bz2
GH-103220: Fix `ntpath.join()` of partial UNC drive with trailing slash (GH-103221)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst b/Misc/NEWS.d/next/Library/2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst
new file mode 100644
index 0000000..9cf26c2
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2023-04-03-21-08-53.gh-issue-103220.OW_Bj5.rst
@@ -0,0 +1,2 @@
+Fix issue where :func:`os.path.join` added a slash when joining onto an
+incomplete UNC drive with a trailing slash on Windows.