Message320996
| 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: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 | |