]> granicus.if.org Git - python/commit
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Aug 2019 21:09:33 +0000 (14:09 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Aug 2019 21:09:33 +0000 (14:09 -0700)
commitc30c869e8dec5eefdee7977943ffa11a8e3c8d75
treea8a2f4f67110fb442b2ca2c72ca174cd7a531ee8
parent7e293f5e4c27592c6808bd7db13d7bd09dd7f5a0
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)

(cherry picked from commit 75e064962ee0e31ec19a8081e9d9cc957baf6415)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/os.path.rst
Doc/whatsnew/3.8.rst
Lib/ntpath.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Lib/unittest/test/test_discovery.py
Misc/NEWS.d/next/Windows/2019-08-14-13-40-15.bpo-9949.zW45Ks.rst [new file with mode: 0644]