Skip to content

Commit a4f75f5

Browse files
committed
versionchanged doc
1 parent 6c44871 commit a4f75f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/zipimport.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Any files may be present in the ZIP archive, but importers are only invoked for
3030
corresponding :file:`.pyc` file, meaning that if a ZIP archive
3131
doesn't contain :file:`.pyc` files, importing may be rather slow.
3232

33+
.. versionchanged:: next
34+
Zstandard (*zstd*) compressed zip file entries are supported.
35+
3336
.. versionchanged:: 3.13
3437
ZIP64 is supported
3538

0 commit comments

Comments
 (0)