]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
authorNice Zombies <nineteendo19d0@gmail.com>
Thu, 21 Nov 2024 14:43:36 +0000 (15:43 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 14:43:36 +0000 (14:43 +0000)
commit60ec854bc297e04718fe13db3605d0465bf8badb
tree98e06da03433b3e10b0ad9ac181bded4cbd6ba48
parent0c5556fcb7315f26aa4b192e341cb2a72bb78f41
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
Lib/test/test_ntpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2024-11-13-19-15-18.gh-issue-126780.ZZqJvI.rst [new file with mode: 0644]
Python/fileutils.c