Skip to content

Commit 59d7b0d

Browse files
committed
whatsnew entry
1 parent 3dde04e commit 59d7b0d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Doc/whatsnew/3.16.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,15 @@ xml
172172
instead of failing later, when encounter non-ASCII data.
173173
(Contributed by Serhiy Storchaka in :gh:`62259`.)
174174

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+
175184
.. Add improved modules above alphabetically, not here at the end.
176185
177186
Optimizations

0 commit comments

Comments
 (0)