We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5d314 commit 0194bbbCopy full SHA for 0194bbb
1 file changed
Doc/library/zipimport.rst
@@ -23,8 +23,8 @@ and a path within the archive can be specified to only import from a
23
subdirectory. For example, the path :file:`example.zip/lib/` would only
24
import from the :file:`lib/` subdirectory within the archive.
25
26
-Any files may be present in the ZIP archive, but only files :file:`.py` and
27
-:file:`.pyc` are available for import. ZIP import of dynamic modules
+Any files may be present in the ZIP archive, but importers are only invoked for
+:file:`.py` and :file:`.pyc` files. ZIP import of dynamic modules
28
(:file:`.pyd`, :file:`.so`) is disallowed. Note that if an archive only contains
29
:file:`.py` files, Python will not attempt to modify the archive by adding the
30
corresponding :file:`.pyc` file, meaning that if a ZIP archive
0 commit comments