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 aeros
Recipients aeros, alanmcintyre, serhiy.storchaka, twouters, yudilevi
Date 2020-04-04.00:56:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> ZipInfo currently only allow adding entries to zip archives but doesn't have the ability to remove entries from them - pretty useful feature.

This public API enhancement seems substantial enough to warrant a python-ideas ML thread or topic in the "Ideas" category of discuss.python.org. It would help to demonstrate some real-world examples where one may want to programmatically remove entries.

Also, added zipfile maintainers to the nosy list.
History
Date User Action Args
2020-04-04 00:56:42aerossetrecipients: + aeros, twouters, alanmcintyre, serhiy.storchaka, yudilevi
2020-04-04 00:56:42aerossetmessageid: <[email protected]>
2020-04-04 00:56:42aeroslinkissue40175 messages
2020-04-04 00:56:42aeroscreate