diff options
author | Steve Dower <steve.dower@python.org> | 2019-08-21 20:43:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-21 20:43:06 (GMT) |
commit | 75e064962ee0e31ec19a8081e9d9cc957baf6415 (patch) | |
tree | eff4eb945f41439d4ad87a0786f3f519471601ea /Doc/whatsnew | |
parent | e1c638da6a065af6803028ced1afcc679e63f59d (diff) | |
download | cpython-75e064962ee0e31ec19a8081e9d9cc957baf6415.zip cpython-75e064962ee0e31ec19a8081e9d9cc957baf6415.tar.gz cpython-75e064962ee0e31ec19a8081e9d9cc957baf6415.tar.bz2 |
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
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 ------- |