Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f85d59c

Browse filesBrowse 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
Copy full SHA for f85d59c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed

‎Lib/zipimport.py

Copy file name to clipboardExpand all lines: Lib/zipimport.py
+1-3Lines changed: 1 addition & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.