We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dfa97 commit f85d59cCopy full SHA for f85d59c
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