diff options
author | Steve Dower <steve.dower@python.org> | 2019-09-11 09:48:36 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2019-09-11 09:48:36 (GMT) |
commit | 92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8 (patch) | |
tree | 7ae2a23543d91404755d096ba5b2bb38888b4f2b /Misc | |
parent | 455122a0094c8cfdf7e062eccc5e5b5885c75e8b (diff) | |
download | cpython-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.rst | 1 |
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'``. |