Skip to content

Commit f85d59c

Browse files
[3.13] Remove references to private symbols from zipimport module docstring (GH-119071)
(cherry picked from commit 7d722b7) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
1 parent e1dfa97 commit f85d59c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Lib/zipimport.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
"""zipimport provides support for importing Python modules from Zip archives.
22
3-
This module exports three objects:
3+
This module exports two objects:
44
- zipimporter: a class; its constructor takes a path to a Zip archive.
55
- ZipImportError: exception raised by zipimporter objects. It's a
66
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.
97
108
It is usually not needed to use the zipimport module explicitly; it is
119
used by the builtin import mechanism for sys.path items that are paths

0 commit comments

Comments
 (0)