]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
authorTadej Magajna <tmagajna@gmail.com>
Wed, 25 Feb 2026 14:44:17 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Wed, 25 Feb 2026 14:44:17 +0000 (16:44 +0200)
commit12828e5f98a47864e3f6d25fdd99c062fae28b1c
treee82ea27df388b4118199a9082773308f901282e9
parent9b22261a86b54f198225426e86390ef8dd85e091
gh-85809: Ensure shutil.make_archive accepts path-like objects in all cases (GH-143668)
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2026-01-10-22-58-30.gh-issue-85809.0eW4wt.rst [new file with mode: 0644]