summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-09-11 09:48:36 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2019-09-11 09:48:36 (GMT)
commit92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8 (patch)
tree7ae2a23543d91404755d096ba5b2bb38888b4f2b /Misc
parent455122a0094c8cfdf7e062eccc5e5b5885c75e8b (diff)
downloadcpython-92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8.zip
cpython-92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8.tar.gz
cpython-92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8.tar.bz2
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-09-11-10-22-01.bpo-38081.8JhzjD.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-09-11-10-22-01.bpo-38081.8JhzjD.rst b/Misc/NEWS.d/next/Windows/2019-09-11-10-22-01.bpo-38081.8JhzjD.rst
new file mode 100644
index 0000000..e9d7a30
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-09-11-10-22-01.bpo-38081.8JhzjD.rst
@@ -0,0 +1 @@
+Prevent error calling :func:`os.path.realpath` on ``'NUL'``.