summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFranz Wöllert <franz.woellert@gmail.com>2018-07-29 12:47:09 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2018-07-29 12:47:09 (GMT)
commitd2e902e4fb304f27e4a72356efbc1fc26be3935d (patch)
tree04a6fcc9f9e2e02a9ea6412834d05e1d4610d42a /Misc
parentb7fd73896db5666020e382c010b8da900260ede4 (diff)
downloadcpython-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.rst2
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.