mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
bpo-39830: Add zipfile.Path to __all__ (GH-19115)
This commit is contained in:
parent
bace59d8b8
commit
9a81ab107a
2 changed files with 3 additions and 1 deletions
|
@ -37,7 +37,8 @@ except ImportError:
|
|||
|
||||
__all__ = ["BadZipFile", "BadZipfile", "error",
|
||||
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
|
||||
"is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile"]
|
||||
"is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile",
|
||||
"Path"]
|
||||
|
||||
class BadZipFile(Exception):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue