New submission from Evgeny Prilepin :
The misprint in the file lib/zipfile.py in the line 704 leads to
AttributeError: '_SharedFile' object has no attribute 'writing'
"self.writing()" should be replaced by "self._writing()". I also th
Evgeny Prilepin added the comment:
I think the line 1031 also contains the misprint and will raise NameError.
> self._decompressor = zipfile._get_decompressor(self._compress_type)
"zipfile." is not correct code in this place.
--
_
Evgeny Prilepin added the comment:
Hi Rémi, it would be great if you posted a PR.
--
___
Python tracker
<https://bugs.python.org/issue34035>
___
___
Python-bug