diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-21 21:09:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 21:09:33 (GMT) |
commit | c30c869e8dec5eefdee7977943ffa11a8e3c8d75 (patch) | |
tree | a8a2f4f67110fb442b2ca2c72ca174cd7a531ee8 /Doc/whatsnew | |
parent | 7e293f5e4c27592c6808bd7db13d7bd09dd7f5a0 (diff) | |
download | cpython-c30c869e8dec5eefdee7977943ffa11a8e3c8d75.zip cpython-c30c869e8dec5eefdee7977943ffa11a8e3c8d75.tar.gz cpython-c30c869e8dec5eefdee7977943ffa11a8e3c8d75.tar.bz2 |
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
(cherry picked from commit 75e064962ee0e31ec19a8081e9d9cc957baf6415)
Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index e823825..93758e9 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -824,6 +824,9 @@ characters or bytes unrepresentable at the OS level. environment variable and does not use :envvar:`HOME`, which is not normally set for regular user accounts. +:func:`~os.path.realpath` on Windows now resolves reparse points, including +symlinks and directory junctions. + ncurses ------- |