New submission from Peter Bengtsson :
The ZipFile class as a extractall method [0] that allows you to leave the
'members' empty. If empty, the 'members' becomes a list of all the *names* of
files in the zip. Then it iterates over the names as sends each to
`self._extra
Peter Bengtsson added the comment:
(PS. I'm new to filing Python bugs and submitting patches. I *think* this is
the right version. I've only been looking at 'master'.)
--
versions: +Python 3.8
___
Python tracker
<https://bug
Change by Peter Bengtsson :
--
keywords: +patch
pull_requests: +5298
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue32742>
___
___
Py