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 36defbc commit a3be112Copy full SHA for a3be112
Doc/whatsnew/3.15.rst
@@ -329,6 +329,15 @@ unittest
329
(Contributed by Garry Cairns in :gh:`134567`.)
330
331
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
341
zlib
342
----
343
Misc/NEWS.d/next/Library/2025-07-25-14-27-29.gh-issue-81719.hWp7Mn.rst
@@ -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.
+:class:`zipfile.ZipFile` was given the ``zipinfo_class`` and ``zipextfile_class`` to make it easier to subclass and
+extend it.
0 commit comments