]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 29 Jul 2018 15:42:18 +0000 (08:42 -0700)
committerGitHub <noreply@github.com>
Sun, 29 Jul 2018 15:42:18 +0000 (08:42 -0700)
commit5753b13cb949b939b2b29cec5e2d646f9a30db44
tree4231d1271dec3cd31aee247eb417478a598b897e
parent6332de10c7ff703d7f9cef62969aa68e7d28d075
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)

(cherry picked from commit d2e902e4fb304f27e4a72356efbc1fc26be3935d)

Co-authored-by: Franz Wöllert <franz.woellert@gmail.com>
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Library/2018-07-29-14-12-23.bpo-31047.FSarLs.rst [new file with mode: 0644]