diff options
author | Franz Wöllert <franz.woellert@gmail.com> | 2018-07-29 12:47:09 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2018-07-29 12:47:09 (GMT) |
commit | d2e902e4fb304f27e4a72356efbc1fc26be3935d (patch) | |
tree | 04a6fcc9f9e2e02a9ea6412834d05e1d4610d42a /Misc | |
parent | b7fd73896db5666020e382c010b8da900260ede4 (diff) | |
download | cpython-d2e902e4fb304f27e4a72356efbc1fc26be3935d.zip cpython-d2e902e4fb304f27e4a72356efbc1fc26be3935d.tar.gz cpython-d2e902e4fb304f27e4a72356efbc1fc26be3935d.tar.bz2 |
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-07-29-14-12-23.bpo-31047.FSarLs.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-29-14-12-23.bpo-31047.FSarLs.rst b/Misc/NEWS.d/next/Library/2018-07-29-14-12-23.bpo-31047.FSarLs.rst new file mode 100644 index 0000000..6415d4a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-07-29-14-12-23.bpo-31047.FSarLs.rst @@ -0,0 +1,2 @@ +Fix ``ntpath.abspath`` for invalid paths on windows. Patch by Franz +Woellert. |