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 83e7979 commit 7ac534aCopy full SHA for 7ac534a
Doc/whatsnew/3.15.rst
@@ -332,9 +332,8 @@ unittest
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.
+* :class:`zipfile.ZipFile` now accepts the keyword-only arguments *zipinfo_class*
+ and *zipextfile_class* to make it easier to subclass and extend.
338
(Contributed by Adi Roiban in :gh:`81719`.)
339
340
0 commit comments