[New-bugs-announce] [issue34035] zipfile: AttributeError in "seek" method of "_SharedFile" class

Evgeny Prilepin report at bugs.python.org
Tue Jul 3 14:24:34 EDT 2018


New submission from Evgeny Prilepin <esp.home at gmail.com>:

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 think this code shold be covered by tests.

----------
components: Library (Lib)
messages: 320996
nosy: espdev
priority: normal
severity: normal
status: open
title: zipfile: AttributeError in "seek" method of "_SharedFile" class
type: crash
versions: Python 3.7

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


More information about the New-bugs-announce mailing list