8000
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 94591dc commit 7d722b7Copy full SHA for 7d722b7
Lib/zipimport.py
@@ -1,11 +1,9 @@
1
"""zipimport provides support for importing Python modules from Zip archives.
2
3
-This module exports three objects:
+This module exports two objects:
4
- zipimporter: a class; its constructor takes a path to a Zip archive.
5
- ZipImportError: exception raised by zipimporter objects. It's a
6
subclass of ImportError, so it can be caught as ImportError, too.
7
-- _zip_directory_cache: a dict, mapping archive paths to zip directory
8
- info dicts, as used in zipimporter._files.
9
10
It is usually not needed to use the zipimport module explicitly; it is
11
used by the builtin import mechanism for sys.path items that are paths
0 commit comments