How to remove files from a zip?
Martin v. Löwis
martin at v.loewis.de
Wed Mar 5 02:08:19 EST 2003
More information about the Python-list mailing list
Wed Mar 5 02:08:19 EST 2003
- Previous message (by thread): How to remove files from a zip?
- Next message (by thread): How to remove files from a zip?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nev at Delap.com (Nev) writes: > My reading of the ZipFile doco is that it can't remove files from a > zip archive? I hope I haven't just misread it. You are right; this is not supported. > Is there a way around this? You need to implement it yourself. When you are done, please contribute your changes. Regards, Martin
- Previous message (by thread): How to remove files from a zip?
- Next message (by thread): How to remove files from a zip?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list