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.

作者 serhiy.storchaka
收信人 aeros, alanmcintyre, serhiy.storchaka, twouters, yudilevi
日期 2020-04-04.10:14:35
SpamBayes Score -1.0
Marked as misclassified
Message-id <1585995275.62.0.21948401695.issue40175@roundup.psfhosted.org>
In-reply-to
内容
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:35serhiy.storchaka修改recipients: + serhiy.storchaka, twouters, alanmcintyre, aeros, yudilevi
2020-04-04 10:14:35serhiy.storchaka修改messageid: <1585995275.62.0.21948401695.issue40175@roundup.psfhosted.org>
2020-04-04 10:14:35serhiy.storchaka链接issue40175 messages
2020-04-04 10:14:35serhiy.storchaka创建