]> granicus.if.org Git - python/commit
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Sep 2019 10:43:30 +0000 (03:43 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Sep 2019 10:43:30 +0000 (03:43 -0700)
commit57491de7c33c5886c4cae2f468b474d9b4e6fed2
tree43c051b859252ac805d88545f6998c4ad58e4775
parent4601f7a49fe8ed00c4b6b70b0eda2b3922568e9b
bpo-38081: Fixes ntpath.realpath('NUL') (GH-15899)

(cherry picked from commit 92521fea5d0d4aeb9b6a3c3fdd4654af700ad5c8)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/ntpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Windows/2019-09-11-10-22-01.bpo-38081.8JhzjD.rst [new file with mode: 0644]