]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-61206: Support zstandard compression in the zipimport module (GH-138254)
authorGregory P. Smith <68491+gpshead@users.noreply.github.com>
Tue, 2 Sep 2025 00:14:23 +0000 (17:14 -0700)
committerGitHub <noreply@github.com>
Tue, 2 Sep 2025 00:14:23 +0000 (17:14 -0700)
commita2ba0a7552580f616f74091f8976410f8a310313
tree172cc0bf5c012b87942e4edd67704d2fd62bb8be
parent47bc10e6b3cb44658da275f3484781ef2a2b9222
gh-61206: Support zstandard compression in the zipimport module (GH-138254)

* gh-61206: support zstd in zipimport

* NEWS entry

* versionchanged doc
Doc/library/zipimport.rst
Lib/test/test_zipimport.py
Lib/zipimport.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-30-00-55-35.gh-issue-61206.HeFLvl.rst [new file with mode: 0644]