[issue467924] Improve the ZipFile Interface

2022-04-10 Thread admin
Change by admin : -- github: None -> 35279 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue467924] Improve the ZipFile Interface

2008-01-07 Thread Georg Brandl
Georg Brandl added the comment: I committed your patch (after reviewing the docs) as r59834. I think there is no more to do here. -- resolution: - accepted status: open - closed Tracker [EMAIL PROTECTED] http://bugs.python.org/issue467924

[issue467924] Improve the ZipFile Interface

2008-01-04 Thread Alan McIntyre
Alan McIntyre added the comment: I attached a patch with the following changes (as zipfile_extract.diff): (1) Add a note to the docs (under writestr) about how the compression is selected if a ZipInfo is passed as the zinfo_or_arcname parameter. If anybody thinks it's a good idea to add a

[issue467924] Improve the ZipFile Interface

2008-01-04 Thread Alan McIntyre
Alan McIntyre added the comment: Are the method renames/additions suggested in the original issue worth doing? When I first started using this module, I found the documentation easy and thorough enough to understand how to use it, so I would vote for just leaving the ZipFile interface the way

[issue467924] Improve the ZipFile Interface

2007-11-30 Thread Alan McIntyre
Alan McIntyre added the comment: There was another issue that also asked for an extract feature, and if I recall correctly I said I'd try to work on it (I think I have some code somewhere for it but I'll have to look). Tonight or tomorrow I will see if I can find that other issue and let you

[issue467924] Improve the ZipFile Interface

2007-11-30 Thread Georg Brandl
Georg Brandl added the comment: Alan's patch has since been committed. Is there any more work on this item? -- nosy: +georg.brandl Tracker [EMAIL PROTECTED] http://bugs.python.org/issue467924