]> granicus.if.org Git - python/commit
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376)
authorSteve Dower <steve.dower@python.org>
Thu, 22 Aug 2019 00:23:38 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 00:23:38 +0000 (17:23 -0700)
commita50d2f7e199f3be60c70c1586ee60ec60bf36642
tree58fcc59f88f2f4222d5d50caaab994e0cd57a5f2
parentf93c15aedc2ea2cb8b56fc9dbb0d412918992e86
bpo-9949: Call normpath() in realpath() and avoid unnecessary prefixes (GH-15376)
Lib/ntpath.py
Lib/test/test_ntpath.py