File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ and a path within the archive can be specified to only import from a
23
23
subdirectory. For example, the path :file: `example.zip/lib/ ` would only
24
24
import from the :file: `lib/ ` subdirectory within the archive.
25
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
26
+ Any files may be present in the ZIP archive, but importers are only invoked for
27
+ :file: `.py ` and :file: ` .pyc ` files . ZIP import of dynamic modules
28
28
(:file: `.pyd `, :file: `.so `) is disallowed. Note that if an archive only contains
29
29
:file: `.py ` files, Python will not attempt to modify the archive by adding the
30
30
corresponding :file: `.pyc ` file, meaning that if a ZIP archive
You can’t perform that action at this time.
0 commit comments