This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author espdev
Recipients espdev
Date 2018-07-03.18:24:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530642274.73.0.56676864532.issue34035@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-03 18:24:34espdevsetrecipients: + espdev
2018-07-03 18:24:34espdevsetmessageid: <1530642274.73.0.56676864532.issue34035@psf.upfronthosting.co.za>
2018-07-03 18:24:34espdevlinkissue34035 messages
2018-07-03 18:24:34espdevcreate