Message320996
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. |
|
Date |
User |
Action |
Args |
2018-07-03 18:24:34 | espdev | set | recipients:
+ espdev |
2018-07-03 18:24:34 | espdev | set | messageid: <1530642274.73.0.56676864532.issue34035@psf.upfronthosting.co.za> |
2018-07-03 18:24:34 | espdev | link | issue34035 messages |
2018-07-03 18:24:34 | espdev | create | |
|