mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
parent
59719a242d
commit
2fadde7e66
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ ZipFile Objects
|
||||||
|
|
||||||
|
|
||||||
.. class:: ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, \
|
.. class:: ZipFile(file, mode='r', compression=ZIP_STORED, allowZip64=True, \
|
||||||
compresslevel=None, *, strict_timestamps=True,
|
compresslevel=None, *, strict_timestamps=True, \
|
||||||
metadata_encoding=None)
|
metadata_encoding=None)
|
||||||
|
|
||||||
Open a ZIP file, where *file* can be a path to a file (a string), a
|
Open a ZIP file, where *file* can be a path to a file (a string), a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue