Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add What's New entry
  • Loading branch information
picnixz committed Aug 28, 2024
commit b97016fd73d38e2a801583bf5571926ea7c673a8
10 changes: 10 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ symtable

(Contributed by Bénédikt Tran in :gh:`120029`.)


zipinfo
-------

* Added :func:`ZipInfo.for_name <zipfile.ZipInfo.for_name>` for
constructing a :class:`~zipfile.ZipInfo` object from a filename
and an archive.

(Contributed by Bénédikt Tran in :gh:`123424`.)

.. Add improved modules above alphabetically, not here at the end.

Optimizations
Expand Down