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 /Misc | |
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 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2019-08-14-13-40-15.bpo-9949.zW45Ks.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-08-14-13-40-15.bpo-9949.zW45Ks.rst b/Misc/NEWS.d/next/Windows/2019-08-14-13-40-15.bpo-9949.zW45Ks.rst new file mode 100644 index 0000000..e42169a --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-08-14-13-40-15.bpo-9949.zW45Ks.rst @@ -0,0 +1 @@ +Enable support for following symlinks in :func:`os.realpath`. |