There was an error while loading. Please reload this page.
1 parent bace59d commit 9a81ab1Copy full SHA for 9a81ab1
2 files changed
Lib/zipfile.py
@@ -37,7 +37,8 @@
37
38
__all__ = ["BadZipFile", "BadZipfile", "error",
39
"ZIP_STORED", "ZIP_DEFLATED", "ZIP_BZIP2", "ZIP_LZMA",
40
- "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile"]
+ "is_zipfile", "ZipInfo", "ZipFile", "PyZipFile", "LargeZipFile",
41
+ "Path"]
42
43
class BadZipFile(Exception):
44
pass
Misc/NEWS.d/next/Library/2020-03-23-05-21-13.bpo-39830.IkqU1Y.rst
@@ -0,0 +1 @@
1
+Add :class:`zipfile.Path` to ``__all__`` in the :mod:`zipfile` module.
0 commit comments