]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove references to private symbols from zipimport module docstring (GH-119015)
authorThomas Grainger <tagrain@gmail.com>
Wed, 15 May 2024 16:21:52 +0000 (17:21 +0100)
committerGitHub <noreply@github.com>
Wed, 15 May 2024 16:21:52 +0000 (11:21 -0500)
Lib/zipimport.py

index 4e41d109865e854cbd51b7fa89daec8989c530b6..a49a21f0799df270f8ac30300cc172d84eb38e16 100644 (file)
@@ -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._files.
 
 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