mirror of
https://github.com/python/cpython.git
synced 2025-12-18 14:51:31 +00:00
#10748: add versionchanged for non-trivial bugfix.
This commit is contained in:
parent
e321259c38
commit
da29acd96d
1 changed files with 4 additions and 3 deletions
|
|
@ -123,6 +123,7 @@ ZipFile Objects
|
||||||
and :program:`unzip` commands on Unix (the InfoZIP utilities) don't support
|
and :program:`unzip` commands on Unix (the InfoZIP utilities) don't support
|
||||||
these extensions.
|
these extensions.
|
||||||
|
|
||||||
|
.. versionchanged:: 2.7.1
|
||||||
If the file is created with mode ``'a'`` or ``'w'`` and then
|
If the file is created with mode ``'a'`` or ``'w'`` and then
|
||||||
:meth:`close`\ d without adding any files to the archive, the appropriate
|
:meth:`close`\ d without adding any files to the archive, the appropriate
|
||||||
ZIP structures for an empty archive will be written to the file.
|
ZIP structures for an empty archive will be written to the file.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue