]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 Nov 2024 15:10:12 +0000 (16:10 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 15:10:12 +0000 (15:10 +0000)
commit48eb5c978e6a47e9597b6bde57be13688354f3c8
treea6b6aa06105c88962572b695ab8dd9d63546f7db
parent6e5e7bc5f837ea7407e55efc23df5b4f54acd175
gh-126780: Fix `ntpath.normpath()` for drive-relative paths (GH-126801)

(cherry picked from commit 60ec854bc297e04718fe13db3605d0465bf8badb)

Co-authored-by: Nice Zombies <nineteendo19d0@gmail.com>
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