Skip to content

Commit a3be112

Browse files
author
Adi Roiban
committed
Add what's new and fix sphinx lint.
1 parent 36defbc commit a3be112

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,15 @@ unittest
329329
(Contributed by Garry Cairns in :gh:`134567`.)
330330

331331

332+
zipfile
333+
-------
334+
335+
* :class:`zipfile.ZipFile` now has the ``zipinfo_class``
336+
and ``zipextfile_class`` init arguments make it easier to subclass and
337+
extend it.
338+
(Contributed by Adi Roiban in :gh:`81719`.)
339+
340+
332341
zlib
333342
----
334343

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
:class:`zipfile.ZipFile` was given the `zipinfo_class` and `zipextfile_class` to make it easier to subclass and
2-
extend it.
1+
:class:`zipfile.ZipFile` was given the ``zipinfo_class`` and ``zipextfile_class`` to make it easier to subclass and
2+
extend it.

0 commit comments

Comments
 (0)