Skip to content

Commit

Permalink
remove reference to private _zip_directory_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed May 15, 2024
1 parent a1b8ddf commit 051bbc6
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 051bbc6

Please sign in to comment.