We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dde04e commit 59d7b0dCopy full SHA for 59d7b0d
1 file changed
Doc/whatsnew/3.16.rst
@@ -172,6 +172,15 @@ xml
172
instead of failing later, when encounter non-ASCII data.
173
(Contributed by Serhiy Storchaka in :gh:`62259`.)
174
175
+zipfile
176
+-------
177
+
178
+* Add :meth:`ZipFile.remove() <zipfile.ZipFile.remove>` to remove a member
179
+ from an archive's central directory, and
180
+ :meth:`ZipFile.repack() <zipfile.ZipFile.repack>` to reclaim the space used
181
+ by the local file entries of removed members.
182
+ (Contributed by Danny Lin in :gh:`51067`.)
183
184
.. Add improved modules above alphabetically, not here at the end.
185
186
Optimizations
0 commit comments