summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-04 14:56:06 (GMT)
committerGitHub <noreply@github.com>2024-06-04 14:56:06 (GMT)
commit34a6d897883935f13fc22d80e6c443e25cea3e2c (patch)
treed7af1da18175096bc44d08d34fef7170bbd56704 /Misc/NEWS.d/next/Library
parent23ebf87eaa88d43648bb99f84809485c45b39b0b (diff)
downloadcpython-34a6d897883935f13fc22d80e6c443e25cea3e2c.zip
cpython-34a6d897883935f13fc22d80e6c443e25cea3e2c.tar.gz
cpython-34a6d897883935f13fc22d80e6c443e25cea3e2c.tar.bz2
[3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (#119985)
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (cherry picked from commit 42a34ddb0b63e638905b01e17a7254623a0de427) Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst b/Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst
new file mode 100644
index 0000000..01321d8
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst
@@ -0,0 +1 @@
+``zipfile.Path.is_symlink`` now assesses if the given path is a symlink.