Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
Update zipfile.pyi (python#4753)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanoChiodino authored Nov 10, 2020
1 parent b3abdc3 commit ca45cb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stdlib/2and3/zipfile.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ def is_zipfile(filename: Union[StrPath, IO[bytes]]) -> bool: ...

ZIP_STORED: int
ZIP_DEFLATED: int
ZIP64_LIMIT: int
ZIP_FILECOUNT_LIMIT: int
ZIP_MAX_COMMENT: int
if sys.version_info >= (3, 3):
ZIP_BZIP2: int
ZIP_LZMA: int

0 comments on commit ca45cb2

Please sign in to comment.