summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-08-21 20:43:06 (GMT)
committerGitHub <noreply@github.com>2019-08-21 20:43:06 (GMT)
commit75e064962ee0e31ec19a8081e9d9cc957baf6415 (patch)
treeeff4eb945f41439d4ad87a0786f3f519471601ea /Misc
parente1c638da6a065af6803028ced1afcc679e63f59d (diff)
downloadcpython-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.rst1
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`.