summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorNice Zombies <nineteendo19d0@gmail.com>2024-11-12 21:18:03 (GMT)
committerGitHub <noreply@github.com>2024-11-12 21:18:03 (GMT)
commit4b00aba42e4d9440d22e399ec2122fe8601bbe54 (patch)
tree4de6297865b11706f73f1ed22351542822396a65 /Misc/NEWS.d/next/Library
parent5610860840aa71b186fc5639211dd268b817d65f (diff)
downloadcpython-4b00aba42e4d9440d22e399ec2122fe8601bbe54.zip
cpython-4b00aba42e4d9440d22e399ec2122fe8601bbe54.tar.gz
cpython-4b00aba42e4d9440d22e399ec2122fe8601bbe54.tar.bz2
gh-119826: Improved fallback for ntpath.abspath() on Windows (GH-119938)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-02-11-48-19.gh-issue-119826.N1obGa.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-02-11-48-19.gh-issue-119826.N1obGa.rst b/Misc/NEWS.d/next/Library/2024-06-02-11-48-19.gh-issue-119826.N1obGa.rst
new file mode 100644
index 0000000..6901e74
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-02-11-48-19.gh-issue-119826.N1obGa.rst
@@ -0,0 +1 @@
+Always return an absolute path for :func:`os.path.abspath` on Windows.