def is_unarchived(self, mode, owner, group):
return dict(unarchived=False)
On Feb 2, 2016 3:42 AM, "Tuomas-Matti Soikkeli" <tsoi...@gmail.com> wrote:
>
> So the final question is do we choose convenience over control? Just check file sizes from headers and don't extract if matches. Is this reasonable or unacceptable?
Just those two would be too big a change. We'd need to support at least contents as well. If zip supports permissions as an extension we probably should support that when present as well.
-Toshio