[issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

Evgeny Prilepin report at bugs.python.org
Tue Jul 3 15:17:49 EDT 2018


Evgeny Prilepin <esp.home at gmail.com> 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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34035>
_______________________________________


More information about the Python-bugs-list mailing list