mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Issue #26039: zipfile.ZipFile.open() can now be used to write data into a ZIP
file, as well as for extracting data. Patch by Thomas Kluyver.
This commit is contained in:
parent
5d1110a952
commit
18ee29d0b8
5 changed files with 295 additions and 127 deletions
|
@ -350,6 +350,10 @@ A new :meth:`ZipInfo.is_dir() <zipfile.ZipInfo.is_dir>` method can be used
|
|||
to check if the :class:`~zipfile.ZipInfo` instance represents a directory.
|
||||
(Contributed by Thomas Kluyver in :issue:`26039`.)
|
||||
|
||||
The :meth:`ZipFile.open() <zipfile.ZipFile.open>` method can now be used to
|
||||
write data into a ZIP file, as well as for extracting data.
|
||||
(Contributed by Thomas Kluyver in :issue:`26039`.)
|
||||
|
||||
|
||||
zlib
|
||||
----
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue