summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNice Zombies <nineteendo19d0@gmail.com>2024-11-21 14:43:36 (GMT)
committerGitHub <noreply@github.com>2024-11-21 14:43:36 (GMT)
commit60ec854bc297e04718fe13db3605d0465bf8badb (patch)
tree98e06da03433b3e10b0ad9ac181bded4cbd6ba48 /Misc
parent0c5556fcb7315f26aa4b192e341cb2a72bb78f41 (diff)
downloadcpython-60ec854bc297e04718fe13db3605d0465bf8badb.zip
cpython-60ec854bc297e04718fe13db3605d0465bf8badb.tar.gz
cpython-60ec854bc297e04718fe13db3605d0465bf8badb.tar.bz2
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-11-13-19-15-18.gh-issue-126780.ZZqJvI.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-13-19-15-18.gh-issue-126780.ZZqJvI.rst b/Misc/NEWS.d/next/Library/2024-11-13-19-15-18.gh-issue-126780.ZZqJvI.rst
new file mode 100644
index 0000000..93d45ca
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-11-13-19-15-18.gh-issue-126780.ZZqJvI.rst
@@ -0,0 +1 @@
+Fix :func:`os.path.normpath` for drive-relative paths on Windows.