]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119588: Implement zipfile.Path.is_symlink (zipp 3.19.0). (GH-119591) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Jun 2024 14:56:06 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Jun 2024 14:56:06 +0000 (10:56 -0400)
commit34a6d897883935f13fc22d80e6c443e25cea3e2c
treed7af1da18175096bc44d08d34fef7170bbd56704
parent23ebf87eaa88d43648bb99f84809485c45b39b0b
[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>
Doc/library/zipfile.rst
Lib/test/test_zipfile/_path/test_path.py
Lib/zipfile/_path/__init__.py
Misc/NEWS.d/next/Library/2024-05-26-21-28-11.gh-issue-119588.wlLBK5.rst [new file with mode: 0644]