消息 [365753]
There were other issues and discussions about this.
The problem of removing a file from a ZIP archive is similar to the problem of removing a line from a file. It cannot be made efficiently, and it is not even always possible. In some cases it may be better (simpler, more efficient and robust) to copy a file line by line into a new file, skipping particular lines, and the same is true for a ZIP archive. In other cases you can truncate the file or the ZIP archive. Solution that is optimal in one case may be inappropriate in other case. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2020-04-04 10:14:35 | serhiy.storchaka | 修改 | recipients:
+ serhiy.storchaka, twouters, alanmcintyre, aeros, yudilevi |
| 2020-04-04 10:14:35 | serhiy.storchaka | 修改 | messageid: <1585995275.62.0.21948401695.issue40175@roundup.psfhosted.org> |
| 2020-04-04 10:14:35 | serhiy.storchaka | 链接 | issue40175 messages |
| 2020-04-04 10:14:35 | serhiy.storchaka | 创建 | |
|