diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2024-06-03 15:13:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 15:13:07 (GMT) |
commit | 42a34ddb0b63e638905b01e17a7254623a0de427 (patch) | |
tree | 91a5a67346c3d852f8587a8a7369d7448f7ec5bb /Misc | |
parent | fd01271366abefa8f991e53f090387882fbd6bdd (diff) | |
download | cpython-42a34ddb0b63e638905b01e17a7254623a0de427.zip cpython-42a34ddb0b63e638905b01e17a7254623a0de427.tar.gz cpython-42a34ddb0b63e638905b01e17a7254623a0de427.tar.bz2 |
gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (#119591)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst | 1 |
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. |