Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove reference to private _zip_directory_cache
  • Loading branch information
graingert committed May 15, 2024
commit 051bbc6ebfc22ec666fb8f377c37e9650bc7c7b9
4 changes: 1 addition & 3 deletions Lib/zipimport.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
"""zipimport provides support for importing Python modules from Zip archives.

This module exports three objects:
This module exports two objects:
- zipimporter: a class; its constructor takes a path to a Zip archive.
- ZipImportError: exception raised by zipimporter objects. It's a
subclass of ImportError, so it can be caught as ImportError, too.
- _zip_directory_cache: a dict, mapping archive paths to zip directory
info dicts, as used in zipimporter.

It is usually not needed to use the zipimport module explicitly; it is
used by the builtin import mechanism for sys.path items that are paths
Expand Down